Html Css Color HEX #70E9CC Downy

📋 copy color: '#70E9CC'

red 112 ◦ green 233 ◦ blue 204

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

Shades of Downy #70E9CC

Tints of Downy #70E9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

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

R = 20.4%
G = 42.44%
B = 37.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#70E9CC (or 0x70E9CC) is known color: Downy. HEX triplet: 70, E9 and CC. RGB value is (112,233,204). Sum of RGB (Red+Green+Blue) = 112+233+204=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9CC is #8F1633. Grayscale: #C1C1C1. Windows color (decimal): -9377332 or 13429104. OLE color: 13429104.

HSL color Cylindrical-coordinate representation of color #70E9CC: hue angle of 165.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9CC is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 233 204 -
CMYK 0.52 0 0.12 0.09
HSL 165.62º 0.73% 0.68% -
HSV(B) 165.62º 0.52% 0.91% -
XYZ 46.72 66.08 67.42 -
YUV 193.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 112 233 204 0.52 0 0.12 0.09 165.62 0.73 0.68
Hex 70 E9 CC 34 0 C 9 A6 49 44
Octal 160 351 314 64 0 14 11 246 111 104
Binary 1110000 11101001 11001100 110100 0 1100 1001 10100110 1001001 1000100

Color Harmonies of #70E9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9CC

Black with #70E9CC

Text Example


Text Example

White with #70E9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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