Html Css Color HEX #70DCB9 Downy

📋 copy color: '#70DCB9'

red 112 ◦ green 220 ◦ blue 185

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

Shades of Downy #70DCB9

Tints of Downy #70DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 21.66%
G = 42.55%
B = 35.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#70DCB9 (or 0x70DCB9) is known color: Downy. HEX triplet: 70, DC and B9. RGB value is (112,220,185). Sum of RGB (Red+Green+Blue) = 112+220+185=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCB9 is #8F2346. Grayscale: #B7B7B7. Windows color (decimal): -9380679 or 12180592. OLE color: 12180592.

HSL color Cylindrical-coordinate representation of color #70DCB9: hue angle of 160.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCB9 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 185 -
CMYK 0.49 0 0.16 0.14
HSL 160.56º 0.61% 0.65% -
HSV(B) 160.56º 0.49% 0.86% -
XYZ 41.03 58.13 54.96 -
YUV 183.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 112 220 185 0.49 0 0.16 0.14 160.56 0.61 0.65
Hex 70 DC B9 31 0 10 E A1 3D 41
Octal 160 334 271 61 0 20 16 241 75 101
Binary 1110000 11011100 10111001 110001 0 10000 1110 10100001 111101 1000001

Color Harmonies of #70DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCB9

Black with #70DCB9

Text Example


Text Example

White with #70DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,185); }

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

background-color css

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

 a { background-color: rgb(112,220,185); }

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

border-color css

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

 span { border-color: rgb(112,220,185); }

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