Html Css Color HEX #70DEB9 Downy

📋 copy color: '#70DEB9'

red 112 ◦ green 222 ◦ blue 185

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

Shades of Downy #70DEB9

Tints of Downy #70DEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.77%

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 21.58%
G = 42.77%
B = 35.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#70DEB9 (or 0x70DEB9) is known color: Downy. HEX triplet: 70, DE and B9. RGB value is (112,222,185). Sum of RGB (Red+Green+Blue) = 112+222+185=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEB9 is #8F2146. Grayscale: #B8B8B8. Windows color (decimal): -9380167 or 12181104. OLE color: 12181104.

HSL color Cylindrical-coordinate representation of color #70DEB9: hue angle of 159.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEB9 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 185 -
CMYK 0.50 0 0.17 0.13
HSL 159.82º 0.63% 0.65% -
HSV(B) 159.82º 0.5% 0.87% -
XYZ 41.56 59.19 55.13 -
YUV 184.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 112 222 185 0.50 0 0.17 0.13 159.82 0.63 0.65
Hex 70 DE B9 32 0 11 D A0 3E 41
Octal 160 336 271 62 0 21 15 240 76 101
Binary 1110000 11011110 10111001 110010 0 10001 1101 10100000 111110 1000001

Color Harmonies of #70DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEB9

Black with #70DEB9

Text Example


Text Example

White with #70DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,185); }

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

background-color css

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

 a { background-color: rgb(112,222,185); }

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

border-color css

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

 span { border-color: rgb(112,222,185); }

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