Html Css Color HEX #70DFB6 Downy

📋 copy color: '#70DFB6'

red 112 ◦ green 223 ◦ blue 182

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

Shades of Downy #70DFB6

Tints of Downy #70DFB6

RGB

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

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

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

R = 21.66%
G = 43.13%
B = 35.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#70DFB6 (or 0x70DFB6) is known color: Downy. HEX triplet: 70, DF and B6. RGB value is (112,223,182). Sum of RGB (Red+Green+Blue) = 112+223+182=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFB6 is #8F2049. Grayscale: #B9B9B9. Windows color (decimal): -9379914 or 11984752. OLE color: 11984752.

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

Color convert

RGB 112 223 182 -
CMYK 0.50 0 0.18 0.13
HSL 157.84º 0.63% 0.66% -
HSV(B) 157.84º 0.5% 0.87% -
XYZ 41.51 59.6 53.57 -
YUV 185.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 112 223 182 0.50 0 0.18 0.13 157.84 0.63 0.66
Hex 70 DF B6 32 0 12 D 9E 3F 42
Octal 160 337 266 62 0 22 15 236 77 102
Binary 1110000 11011111 10110110 110010 0 10010 1101 10011110 111111 1000010

Color Harmonies of #70DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB6

Black with #70DFB6

Text Example


Text Example

White with #70DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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