Html Css Color HEX #70E1CC Downy

📋 copy color: '#70E1CC'

red 112 ◦ green 225 ◦ blue 204

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

Shades of Downy #70E1CC

Tints of Downy #70E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 20.7%
G = 41.59%
B = 37.71%

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

#70E1CC (or 0x70E1CC) is known color: Downy. HEX triplet: 70, E1 and CC. RGB value is (112,225,204). Sum of RGB (Red+Green+Blue) = 112+225+204=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E1CC is #8F1E33. Grayscale: #BCBCBC. Windows color (decimal): -9379380 or 13427056. OLE color: 13427056.

HSL color Cylindrical-coordinate representation of color #70E1CC: hue angle of 168.85º degrees, saturation: 0.65, 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 #70E1CC is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 204 -
CMYK 0.50 0 0.09 0.12
HSL 168.85º 0.65% 0.66% -
HSV(B) 168.85º 0.5% 0.88% -
XYZ 44.51 61.65 66.68 -
YUV 188.82 136.56 73.21 -
System Red Green Blue C M Y K H S L
Decimal 112 225 204 0.50 0 0.09 0.12 168.85 0.65 0.66
Hex 70 E1 CC 32 0 9 C A9 41 42
Octal 160 341 314 62 0 11 14 251 101 102
Binary 1110000 11100001 11001100 110010 0 1001 1100 10101001 1000001 1000010

Color Harmonies of #70E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E1CC

Black with #70E1CC

Text Example


Text Example

White with #70E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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