#71DCB8

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

Shades of Downy #71DCB8

Tints of Downy #71DCB8

Color information

#71DCB8 (or 0x71DCB8) is unknown color: approx Downy. HEX triplet: 71, DC and B8. RGB value is (113,220,184). Sum of RGB (Red+Green+Blue) = 113+220+184=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCB8 is #8E2347. Grayscale: #B7B7B7. Windows color (decimal): -9315144 or 12115057. OLE color: 12115057.

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

Color convert

RGB113220184-
CMYK0.4900.160.14
HSL159.81º60.45%65.29%-
HSV(B)159.81º48.64%86.27%-
XYZ41.0558.1654.41-
YUV183.9128.0577.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=21.86%
G=42.55%
B=35.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132201840.4900.160.14159.8160.4565.29
Hex71DCB831010Ea03c41
Octal161334270610201624074101
Binary111000111011100101110001100010100001110101000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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