Html Css Color HEX #70E9C0 Downy

📋 copy color: '#70E9C0'

red 112 ◦ green 233 ◦ blue 192

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

Shades of Downy #70E9C0

Tints of Downy #70E9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 20.86%
G = 43.39%
B = 35.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#70E9C0 (or 0x70E9C0) is known color: Downy. HEX triplet: 70, E9 and C0. RGB value is (112,233,192). Sum of RGB (Red+Green+Blue) = 112+233+192=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9C0 is #8F163F. Grayscale: #C0C0C0. Windows color (decimal): -9377344 or 12642672. OLE color: 12642672.

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

Color convert

RGB 112 233 192 -
CMYK 0.52 0 0.18 0.09
HSL 159.67º 0.73% 0.68% -
HSV(B) 159.67º 0.52% 0.91% -
XYZ 45.34 65.53 60.13 -
YUV 192.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 112 233 192 0.52 0 0.18 0.09 159.67 0.73 0.68
Hex 70 E9 C0 34 0 12 9 A0 49 44
Octal 160 351 300 64 0 22 11 240 111 104
Binary 1110000 11101001 11000000 110100 0 10010 1001 10100000 1001001 1000100

Color Harmonies of #70E9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9C0

Black with #70E9C0

Text Example


Text Example

White with #70E9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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