Html Css Color HEX #70DAB9 Downy

📋 copy color: '#70DAB9'

red 112 ◦ green 218 ◦ blue 185

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

Shades of Downy #70DAB9

Tints of Downy #70DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

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

R = 21.75%
G = 42.33%
B = 35.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#70DAB9 (or 0x70DAB9) is known color: Downy. HEX triplet: 70, DA and B9. RGB value is (112,218,185). Sum of RGB (Red+Green+Blue) = 112+218+185=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAB9 is #8F2546. Grayscale: #B6B6B6. Windows color (decimal): -9381191 or 12180080. OLE color: 12180080.

HSL color Cylindrical-coordinate representation of color #70DAB9: hue angle of 161.32º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DAB9 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 185 -
CMYK 0.49 0 0.15 0.15
HSL 161.32º 0.59% 0.65% -
HSV(B) 161.32º 0.49% 0.85% -
XYZ 40.51 57.09 54.78 -
YUV 182.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 112 218 185 0.49 0 0.15 0.15 161.32 0.59 0.65
Hex 70 DA B9 31 0 F F A1 3B 41
Octal 160 332 271 61 0 17 17 241 73 101
Binary 1110000 11011010 10111001 110001 0 1111 1111 10100001 111011 1000001

Color Harmonies of #70DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAB9

Black with #70DAB9

Text Example


Text Example

White with #70DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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