Html Css Color HEX #70D9BA Downy

📋 copy color: '#70D9BA'

red 112 ◦ green 217 ◦ blue 186

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

Shades of Downy #70D9BA

Tints of Downy #70D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 21.75%
G = 42.14%
B = 36.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#70D9BA (or 0x70D9BA) is known color: Downy. HEX triplet: 70, D9 and BA. RGB value is (112,217,186). Sum of RGB (Red+Green+Blue) = 112+217+186=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D9BA is #8F2645. Grayscale: #B6B6B6. Windows color (decimal): -9381446 or 12245360. OLE color: 12245360.

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

Color convert

RGB 112 217 186 -
CMYK 0.48 0 0.14 0.15
HSL 162.29º 0.58% 0.65% -
HSV(B) 162.29º 0.48% 0.85% -
XYZ 40.36 56.62 55.26 -
YUV 182.07 130.21 78.02 -
System Red Green Blue C M Y K H S L
Decimal 112 217 186 0.48 0 0.14 0.15 162.29 0.58 0.65
Hex 70 D9 BA 30 0 E F A2 3A 41
Octal 160 331 272 60 0 16 17 242 72 101
Binary 1110000 11011001 10111010 110000 0 1110 1111 10100010 111010 1000001

Color Harmonies of #70D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D9BA

Black with #70D9BA

Text Example


Text Example

White with #70D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,186); }

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

background-color css

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

 a { background-color: rgb(112,217,186); }

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

border-color css

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

 span { border-color: rgb(112,217,186); }

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