#71DDBA

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

Shades of Downy #71DDBA

Tints of Downy #71DDBA

Color information

#71DDBA (or 0x71DDBA) is unknown color: approx Downy. HEX triplet: 71, DD and BA. RGB value is (113,221,186). Sum of RGB (Red+Green+Blue) = 113+221+186=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDBA is #8E2245. Grayscale: #B8B8B8. Windows color (decimal): -9314886 or 12246385. OLE color: 12246385.

HSL color Cylindrical-coordinate representation of color #71DDBA: hue angle of 160.56º degrees, saturation: 0.61, 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 #71DDBA is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB113221186-
CMYK0.4900.160.13
HSL160.56º61.36%65.49%-
HSV(B)160.56º48.87%86.67%-
XYZ41.5358.7755.61-
YUV184.72128.7276.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.73%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=21.73%
G=42.5%
B=35.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211860.4900.160.13160.5661.3665.49
Hex71DDBA31010Da13d41
Octal161335272610201524175101
Binary111000111011101101110101100010100001101101000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,221,186); }

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

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

 a { background-color: rgb(113,221,186); }

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

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

 span { border-color: rgb(113,221,186); }

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