#70EAB5

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

Shades of Downy #70EAB5

Tints of Downy #70EAB5

Color information

#70EAB5 (or 0x70EAB5) is unknown color: approx Downy. HEX triplet: 70, EA and B5. RGB value is (112,234,181). Sum of RGB (Red+Green+Blue) = 112+234+181=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAB5 is #8F154A. Grayscale: #BFBFBF. Windows color (decimal): -9377099 or 11922032. OLE color: 11922032.

HSL color Cylindrical-coordinate representation of color #70EAB5: hue angle of 153.93º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EAB5 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB112234181-
CMYK0.5200.230.08
HSL153.93º74.39%67.84%-
HSV(B)153.93º52.14%91.76%-
XYZ44.4565.6354.04-
YUV191.48122.0871.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.25%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=21.25%
G=44.40%
B=34.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341810.5200.230.08153.9374.3967.84
Hex70EAB53401789a4a44
Octal1603522656402710232112104
Binary1110000111010101011010111010001011110001001101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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