Html Css Color HEX #70E2C9 Downy

📋 copy color: '#70E2C9'

red 112 ◦ green 226 ◦ blue 201

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

Shades of Downy #70E2C9

Tints of Downy #70E2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 20.78%
G = 41.93%
B = 37.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#70E2C9 (or 0x70E2C9) is known color: Downy. HEX triplet: 70, E2 and C9. RGB value is (112,226,201). Sum of RGB (Red+Green+Blue) = 112+226+201=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2C9 is #8F1D36. Grayscale: #BDBDBD. Windows color (decimal): -9379127 or 13230704. OLE color: 13230704.

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

Color convert

RGB 112 226 201 -
CMYK 0.50 0 0.11 0.11
HSL 166.84º 0.66% 0.66% -
HSV(B) 166.84º 0.5% 0.89% -
XYZ 44.42 62.05 64.89 -
YUV 189.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 112 226 201 0.50 0 0.11 0.11 166.84 0.66 0.66
Hex 70 E2 C9 32 0 B B A7 42 42
Octal 160 342 311 62 0 13 13 247 102 102
Binary 1110000 11100010 11001001 110010 0 1011 1011 10100111 1000010 1000010

Color Harmonies of #70E2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2C9

Black with #70E2C9

Text Example


Text Example

White with #70E2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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