#71D2BB

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

Shades of Downy #71D2BB

Tints of Downy #71D2BB

Color information

#71D2BB (or 0x71D2BB) is unknown color: approx Downy. HEX triplet: 71, D2 and BB. RGB value is (113,210,187). Sum of RGB (Red+Green+Blue) = 113+210+187=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2BB is #8E2D44. Grayscale: #B2B2B2. Windows color (decimal): -9317701 or 12309105. OLE color: 12309105.

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

Color convert

RGB113210187-
CMYK0.4600.110.18
HSL165.77º51.87%63.33%-
HSV(B)165.77º46.19%82.35%-
XYZ38.8353.1955.23-
YUV178.38132.8681.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.16%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=22.16%
G=41.18%
B=36.67%

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
Decimal1132101870.4600.110.18165.7751.8763.33
Hex71D2BB2E0B12a6343f
Octal16132227356013222466477
Binary11100011101001010111011101110010111001010100110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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