Html Css Color HEX #70DAB7 Downy

📋 copy color: '#70DAB7'

red 112 ◦ green 218 ◦ blue 183

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

Shades of Downy #70DAB7

Tints of Downy #70DAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 21.83%
G = 42.5%
B = 35.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#70DAB7 (or 0x70DAB7) is known color: Downy. HEX triplet: 70, DA and B7. RGB value is (112,218,183). Sum of RGB (Red+Green+Blue) = 112+218+183=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAB7 is #8F2548. Grayscale: #B6B6B6. Windows color (decimal): -9381193 or 12049008. OLE color: 12049008.

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

Color convert

RGB 112 218 183 -
CMYK 0.49 0 0.16 0.15
HSL 160.19º 0.59% 0.65% -
HSV(B) 160.19º 0.49% 0.85% -
XYZ 40.3 57.01 53.68 -
YUV 182.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 112 218 183 0.49 0 0.16 0.15 160.19 0.59 0.65
Hex 70 DA B7 31 0 10 F A0 3B 41
Octal 160 332 267 61 0 20 17 240 73 101
Binary 1110000 11011010 10110111 110001 0 10000 1111 10100000 111011 1000001

Color Harmonies of #70DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAB7

Black with #70DAB7

Text Example


Text Example

White with #70DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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