#71DEB9

Color #71DEB9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #71DEB9

Tints of Downy #71DEB9

Color information

#71DEB9 (or 0x71DEB9) is unknown color: approx Downy. HEX triplet: 71, DE and B9. RGB value is (113,222,185). Sum of RGB (Red+Green+Blue) = 113+222+185=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEB9 is #8E2146. Grayscale: #B9B9B9. Windows color (decimal): -9314631 or 12181105. OLE color: 12181105.

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

Color convert

RGB113222185-
CMYK0.4900.170.13
HSL159.63º62.29%65.69%-
HSV(B)159.63º49.1%87.06%-
XYZ41.6959.2655.14-
YUV185.19127.8976.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.73%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=21.73%
G=42.69%
B=35.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132221850.4900.170.13159.6362.2965.69
Hex71DEB931011Da03e42
Octal161336271610211524076102
Binary111000111011110101110011100010100011101101000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71DEB9; }

 p { color: rgb(113,222,185); }

 H1.HeaderClassName
 {
   color: #71DEB9;
 }
 .AnyTagClassName
 {
   color: #71DEB9;
 }
</style>
background-color css

<style>
 a { background-color: #71DEB9; }

 a { background-color: rgb(113,222,185); }

 div.DivClassName
 {
   background-color: #71DEB9;
 }
 .BgClassName
 {
   background-color: #71DEB9;
 }
</style>
border-color css

<style>
 span { border-color: #71DEB9; }

 span { border-color: rgb(113,222,185); }

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