#71DCBA

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

Shades of Downy #71DCBA

Tints of Downy #71DCBA

Color information

#71DCBA (or 0x71DCBA) is unknown color: approx Downy. HEX triplet: 71, DC and BA. RGB value is (113,220,186). Sum of RGB (Red+Green+Blue) = 113+220+186=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCBA is #8E2345. Grayscale: #B8B8B8. Windows color (decimal): -9315142 or 12246129. OLE color: 12246129.

HSL color Cylindrical-coordinate representation of color #71DCBA: hue angle of 160.93º degrees, saturation: 0.6, 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 #71DCBA is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB113220186-
CMYK0.4900.150.14
HSL160.93º60.45%65.29%-
HSV(B)160.93º48.64%86.27%-
XYZ41.2758.2455.52-
YUV184.13129.0577.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=21.77%
G=42.39%
B=35.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132201860.4900.150.14160.9360.4565.29
Hex71DCBA310FEa13c41
Octal161334272610171624174101
Binary11100011101110010111010110001011111110101000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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