Html Css Color HEX #70DECC Downy

📋 copy color: '#70DECC'

red 112 ◦ green 222 ◦ blue 204

#70DECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #70DECC

Tints of Downy #70DECC

RGB

 RED value IS 112 (44.14% from 255) = 20.82%

 GREEN value IS 222 (87.11% from 255) = 41.26%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 20.82%
G = 41.26%
B = 37.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#70DECC (or 0x70DECC) is known color: Downy. HEX triplet: 70, DE and CC. RGB value is (112,222,204). Sum of RGB (Red+Green+Blue) = 112+222+204=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #70DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DECC is #8F2133. Grayscale: #BBBBBB. Windows color (decimal): -9380148 or 13426288. OLE color: 13426288.

HSL color Cylindrical-coordinate representation of color #70DECC: hue angle of 170.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DECC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 204 -
CMYK 0.50 0 0.08 0.13
HSL 170.18º 0.63% 0.65% -
HSV(B) 170.18º 0.5% 0.87% -
XYZ 43.7 60.05 66.41 -
YUV 187.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 112 222 204 0.50 0 0.08 0.13 170.18 0.63 0.65
Hex 70 DE CC 32 0 8 D AA 3E 41
Octal 160 336 314 62 0 10 15 252 76 101
Binary 1110000 11011110 11001100 110010 0 1000 1101 10101010 111110 1000001

Color Harmonies of #70DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DECC

Black with #70DECC

Text Example


Text Example

White with #70DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,204); }

 H1.HeaderClassName
 {
   color: #70DECC;
 }
 .AnyTagClassName
 {
   color: #70DECC;
 }
</style>

background-color css

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

 a { background-color: rgb(112,222,204); }

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

border-color css

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

 span { border-color: rgb(112,222,204); }

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