#71D9BB

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

Shades of Downy #71D9BB

Tints of Downy #71D9BB

Color information

#71D9BB (or 0x71D9BB) is unknown color: approx Downy. HEX triplet: 71, D9 and BB. RGB value is (113,217,187). Sum of RGB (Red+Green+Blue) = 113+217+187=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #71D9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D9BB is #8E2644. Grayscale: #B6B6B6. Windows color (decimal): -9315909 or 12310897. OLE color: 12310897.

HSL color Cylindrical-coordinate representation of color #71D9BB: hue angle of 162.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D9BB is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB113217187-
CMYK0.4800.140.15
HSL162.69º57.78%64.71%-
HSV(B)162.69º47.93%85.1%-
XYZ40.5956.7255.82-
YUV182.48130.5478.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=21.86%
G=41.97%
B=36.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132171870.4800.140.15162.6957.7864.71
Hex71D9BB300EFa33a41
Octal161331273600161724372101
Binary11100011101100110111011110000011101111101000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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