Html Css Color HEX #70DDB9 Downy

📋 copy color: '#70DDB9'

red 112 ◦ green 221 ◦ blue 185

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

Shades of Downy #70DDB9

Tints of Downy #70DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 21.62%
G = 42.66%
B = 35.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#70DDB9 (or 0x70DDB9) is known color: Downy. HEX triplet: 70, DD and B9. RGB value is (112,221,185). Sum of RGB (Red+Green+Blue) = 112+221+185=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDB9 is #8F2246. Grayscale: #B8B8B8. Windows color (decimal): -9380423 or 12180848. OLE color: 12180848.

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

Color convert

RGB 112 221 185 -
CMYK 0.49 0 0.16 0.13
HSL 160.18º 0.62% 0.65% -
HSV(B) 160.18º 0.49% 0.87% -
XYZ 41.3 58.66 55.05 -
YUV 184.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 112 221 185 0.49 0 0.16 0.13 160.18 0.62 0.65
Hex 70 DD B9 31 0 10 D A0 3E 41
Octal 160 335 271 61 0 20 15 240 76 101
Binary 1110000 11011101 10111001 110001 0 10000 1101 10100000 111110 1000001

Color Harmonies of #70DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDB9

Black with #70DDB9

Text Example


Text Example

White with #70DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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