Html Css Color HEX #70DAB6 Downy

📋 copy color: '#70DAB6'

red 112 ◦ green 218 ◦ blue 182

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

Shades of Downy #70DAB6

Tints of Downy #70DAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 21.88%
G = 42.58%
B = 35.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#70DAB6 (or 0x70DAB6) is known color: Downy. HEX triplet: 70, DA and B6. RGB value is (112,218,182). Sum of RGB (Red+Green+Blue) = 112+218+182=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAB6 is #8F2549. Grayscale: #B6B6B6. Windows color (decimal): -9381194 or 11983472. OLE color: 11983472.

HSL color Cylindrical-coordinate representation of color #70DAB6: hue angle of 159.62º 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 #70DAB6 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 182 -
CMYK 0.49 0 0.17 0.15
HSL 159.62º 0.59% 0.65% -
HSV(B) 159.62º 0.49% 0.85% -
XYZ 40.2 56.96 53.13 -
YUV 182.2 127.88 77.93 -
System Red Green Blue C M Y K H S L
Decimal 112 218 182 0.49 0 0.17 0.15 159.62 0.59 0.65
Hex 70 DA B6 31 0 11 F A0 3B 41
Octal 160 332 266 61 0 21 17 240 73 101
Binary 1110000 11011010 10110110 110001 0 10001 1111 10100000 111011 1000001

Color Harmonies of #70DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAB6

Black with #70DAB6

Text Example


Text Example

White with #70DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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