Html Css Color HEX #70E0CC Downy

📋 copy color: '#70E0CC'

red 112 ◦ green 224 ◦ blue 204

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

Shades of Downy #70E0CC

Tints of Downy #70E0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.48%

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

R = 20.74%
G = 41.48%
B = 37.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#70E0CC (or 0x70E0CC) is known color: Downy. HEX triplet: 70, E0 and CC. RGB value is (112,224,204). Sum of RGB (Red+Green+Blue) = 112+224+204=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E0CC is #8F1F33. Grayscale: #BCBCBC. Windows color (decimal): -9379636 or 13426800. OLE color: 13426800.

HSL color Cylindrical-coordinate representation of color #70E0CC: hue angle of 169.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0CC is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 204 -
CMYK 0.50 0 0.09 0.12
HSL 169.29º 0.64% 0.66% -
HSV(B) 169.29º 0.5% 0.88% -
XYZ 44.24 61.12 66.59 -
YUV 188.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 112 224 204 0.50 0 0.09 0.12 169.29 0.64 0.66
Hex 70 E0 CC 32 0 9 C A9 40 42
Octal 160 340 314 62 0 11 14 251 100 102
Binary 1110000 11100000 11001100 110010 0 1001 1100 10101001 1000000 1000010

Color Harmonies of #70E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E0CC

Black with #70E0CC

Text Example


Text Example

White with #70E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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