Html Css Color HEX #70DFB9 Downy

📋 copy color: '#70DFB9'

red 112 ◦ green 223 ◦ blue 185

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

Shades of Downy #70DFB9

Tints of Downy #70DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

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

R = 21.54%
G = 42.88%
B = 35.58%

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

#70DFB9 (or 0x70DFB9) is known color: Downy. HEX triplet: 70, DF and B9. RGB value is (112,223,185). Sum of RGB (Red+Green+Blue) = 112+223+185=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFB9 is #8F2046. Grayscale: #B9B9B9. Windows color (decimal): -9379911 or 12181360. OLE color: 12181360.

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

Color convert

RGB 112 223 185 -
CMYK 0.50 0 0.17 0.13
HSL 159.46º 0.63% 0.66% -
HSV(B) 159.46º 0.5% 0.87% -
XYZ 41.83 59.72 55.22 -
YUV 185.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 112 223 185 0.50 0 0.17 0.13 159.46 0.63 0.66
Hex 70 DF B9 32 0 11 D 9F 3F 42
Octal 160 337 271 62 0 21 15 237 77 102
Binary 1110000 11011111 10111001 110010 0 10001 1101 10011111 111111 1000010

Color Harmonies of #70DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB9

Black with #70DFB9

Text Example


Text Example

White with #70DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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