#71D2BA

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

Shades of Downy #71D2BA

Tints of Downy #71D2BA

Color information

#71D2BA (or 0x71D2BA) is unknown color: approx Downy. HEX triplet: 71, D2 and BA. RGB value is (113,210,186). Sum of RGB (Red+Green+Blue) = 113+210+186=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2BA is #8E2D45. Grayscale: #B2B2B2. Windows color (decimal): -9317702 or 12243569. OLE color: 12243569.

HSL color Cylindrical-coordinate representation of color #71D2BA: hue angle of 165.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2BA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB113210186-
CMYK0.4600.110.18
HSL165.15º51.87%63.33%-
HSV(B)165.15º46.19%82.35%-
XYZ38.7253.1554.67-
YUV178.26132.3681.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=22.20%
G=41.26%
B=36.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132101860.4600.110.18165.1551.8763.33
Hex71D2BA2E0B12a5343f
Octal16132227256013222456477
Binary11100011101001010111010101110010111001010100101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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