#70E3BB

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

Shades of Downy #70E3BB

Tints of Downy #70E3BB

Color information

#70E3BB (or 0x70E3BB) is unknown color: approx Downy. HEX triplet: 70, E3 and BB. RGB value is (112,227,187). Sum of RGB (Red+Green+Blue) = 112+227+187=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3BB is #8F1C44. Grayscale: #BCBCBC. Windows color (decimal): -9378885 or 12313456. OLE color: 12313456.

HSL color Cylindrical-coordinate representation of color #70E3BB: hue angle of 159.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3BB is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB112227187-
CMYK0.5100.180.11
HSL159.13º67.25%66.47%-
HSV(B)159.13º50.66%89.02%-
XYZ43.1261.9756.7-
YUV188.06127.473.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=21.29%
G=43.16%
B=35.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122271870.5100.180.11159.1367.2566.47
Hex70E3BB33012B9f4342
Octal1603432736302213237103102
Binary1110000111000111011101111001101001010111001111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,227,187); }

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

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

 a { background-color: rgb(112,227,187); }

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

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

 span { border-color: rgb(112,227,187); }

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