#71D2B5

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

Shades of Downy #71D2B5

Tints of Downy #71D2B5

Color information

#71D2B5 (or 0x71D2B5) is unknown color: approx Downy. HEX triplet: 71, D2 and B5. RGB value is (113,210,181). Sum of RGB (Red+Green+Blue) = 113+210+181=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2B5 is #8E2D4A. Grayscale: #B1B1B1. Windows color (decimal): -9317707 or 11915889. OLE color: 11915889.

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

Color convert

RGB113210181-
CMYK0.4600.140.18
HSL162.06º51.87%63.33%-
HSV(B)162.06º46.19%82.35%-
XYZ38.252.9451.92-
YUV177.69129.8681.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.42%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=22.42%
G=41.67%
B=35.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132101810.4600.140.18162.0651.8763.33
Hex71D2B52E0E12a2343f
Octal16132226556016222426477
Binary11100011101001010110101101110011101001010100010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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