Html Css Color HEX #70D8BA Downy

📋 copy color: '#70D8BA'

red 112 ◦ green 216 ◦ blue 186

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

Shades of Downy #70D8BA

Tints of Downy #70D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

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

R = 21.79%
G = 42.02%
B = 36.19%

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

#70D8BA (or 0x70D8BA) is known color: Downy. HEX triplet: 70, D8 and BA. RGB value is (112,216,186). Sum of RGB (Red+Green+Blue) = 112+216+186=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8BA is #8F2745. Grayscale: #B5B5B5. Windows color (decimal): -9381702 or 12245104. OLE color: 12245104.

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

Color convert

RGB 112 216 186 -
CMYK 0.48 0 0.14 0.15
HSL 162.69º 0.57% 0.64% -
HSV(B) 162.69º 0.48% 0.85% -
XYZ 40.1 56.1 55.17 -
YUV 181.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 112 216 186 0.48 0 0.14 0.15 162.69 0.57 0.64
Hex 70 D8 BA 30 0 E F A3 39 40
Octal 160 330 272 60 0 16 17 243 71 100
Binary 1110000 11011000 10111010 110000 0 1110 1111 10100011 111001 1000000

Color Harmonies of #70D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8BA

Black with #70D8BA

Text Example


Text Example

White with #70D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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