Html Css Color HEX #70E2CC Downy

📋 copy color: '#70E2CC'

red 112 ◦ green 226 ◦ blue 204

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

Shades of Downy #70E2CC

Tints of Downy #70E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.7%

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

R = 20.66%
G = 41.7%
B = 37.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#70E2CC (or 0x70E2CC) is known color: Downy. HEX triplet: 70, E2 and CC. RGB value is (112,226,204). Sum of RGB (Red+Green+Blue) = 112+226+204=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2CC is #8F1D33. Grayscale: #BDBDBD. Windows color (decimal): -9379124 or 13427312. OLE color: 13427312.

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

Color convert

RGB 112 226 204 -
CMYK 0.50 0 0.10 0.11
HSL 168.42º 0.66% 0.66% -
HSV(B) 168.42º 0.5% 0.89% -
XYZ 44.78 62.2 66.77 -
YUV 189.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 112 226 204 0.50 0 0.10 0.11 168.42 0.66 0.66
Hex 70 E2 CC 32 0 A B A8 42 42
Octal 160 342 314 62 0 12 13 250 102 102
Binary 1110000 11100010 11001100 110010 0 1010 1011 10101000 1000010 1000010

Color Harmonies of #70E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2CC

Black with #70E2CC

Text Example


Text Example

White with #70E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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