#70CEB3

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

Shades of Downy #70CEB3

Tints of Downy #70CEB3

Color information

#70CEB3 (or 0x70CEB3) is unknown color: approx Downy. HEX triplet: 70, CE and B3. RGB value is (112,206,179). Sum of RGB (Red+Green+Blue) = 112+206+179=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEB3 is #8F314C. Grayscale: #AEAEAE. Windows color (decimal): -9384269 or 11783792. OLE color: 11783792.

HSL color Cylindrical-coordinate representation of color #70CEB3: hue angle of 162.77º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEB3 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB112206179-
CMYK0.4600.130.19
HSL162.77º48.96%62.35%-
HSV(B)162.77º45.63%80.78%-
XYZ36.8950.8450.52-
YUV174.82130.3683.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.54%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=22.54%
G=41.45%
B=36.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061790.4600.130.19162.7748.9662.35
Hex70CEB32E0D13a3313e
Octal16031626356015232436176
Binary11100001100111010110011101110011011001110100011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,179); }

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

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

 a { background-color: rgb(112,206,179); }

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

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

 span { border-color: rgb(112,206,179); }

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