Html Css Color HEX #70E2CE Downy

📋 copy color: '#70E2CE'

red 112 ◦ green 226 ◦ blue 206

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

Shades of Downy #70E2CE

Tints of Downy #70E2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 20.59%
G = 41.54%
B = 37.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#70E2CE (or 0x70E2CE) is known color: Downy. HEX triplet: 70, E2 and CE. RGB value is (112,226,206). Sum of RGB (Red+Green+Blue) = 112+226+206=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2CE is #8F1D31. Grayscale: #BDBDBD. Windows color (decimal): -9379122 or 13558384. OLE color: 13558384.

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

Color convert

RGB 112 226 206 -
CMYK 0.50 0 0.09 0.11
HSL 169.47º 0.66% 0.66% -
HSV(B) 169.47º 0.5% 0.89% -
XYZ 45.02 62.29 68.04 -
YUV 189.63 137.23 72.63 -
System Red Green Blue C M Y K H S L
Decimal 112 226 206 0.50 0 0.09 0.11 169.47 0.66 0.66
Hex 70 E2 CE 32 0 9 B A9 42 42
Octal 160 342 316 62 0 11 13 251 102 102
Binary 1110000 11100010 11001110 110010 0 1001 1011 10101001 1000010 1000010

Color Harmonies of #70E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2CE

Black with #70E2CE

Text Example


Text Example

White with #70E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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