#70EEB5

Color #70EEB5 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #70EEB5

Tints of Downy #70EEB5

Color information

#70EEB5 (or 0x70EEB5) is unknown color: approx Downy. HEX triplet: 70, EE and B5. RGB value is (112,238,181). Sum of RGB (Red+Green+Blue) = 112+238+181=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEB5 is #8F114A. Grayscale: #C1C1C1. Windows color (decimal): -9376075 or 11923056. OLE color: 11923056.

HSL color Cylindrical-coordinate representation of color #70EEB5: hue angle of 152.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEB5 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB112238181-
CMYK0.5300.240.07
HSL152.86º78.75%68.63%-
HSV(B)152.86º52.94%93.33%-
XYZ45.667.9354.42-
YUV193.83120.7669.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 21.09%
GREEN value IS 238 (93.36% from 255) = 44.82%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=21.09%
G=44.82%
B=34.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381810.5300.240.07152.8678.7568.63
Hex70EEB5350187994f45
Octal160356265650307231117105
Binary111000011101110101101011101010110001111001100110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70EEB5; }

 p { color: rgb(112,238,181); }

 H1.HeaderClassName
 {
   color: #70EEB5;
 }
 .AnyTagClassName
 {
   color: #70EEB5;
 }
</style>
background-color css

<style>
 a { background-color: #70EEB5; }

 a { background-color: rgb(112,238,181); }

 div.DivClassName
 {
   background-color: #70EEB5;
 }
 .BgClassName
 {
   background-color: #70EEB5;
 }
</style>
border-color css

<style>
 span { border-color: #70EEB5; }

 span { border-color: rgb(112,238,181); }

 td.TdClassName
 {
   border-color: #70EEB5;
 }
 .TagClassName
 {
   border-color: #70EEB5;
 }
</style>