#71D7BF

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

Shades of Downy #71D7BF

Tints of Downy #71D7BF

Color information

#71D7BF (or 0x71D7BF) is unknown color: approx Downy. HEX triplet: 71, D7 and BF. RGB value is (113,215,191). Sum of RGB (Red+Green+Blue) = 113+215+191=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #71D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D7BF is #8E2840. Grayscale: #B5B5B5. Windows color (decimal): -9316417 or 12572529. OLE color: 12572529.

HSL color Cylindrical-coordinate representation of color #71D7BF: hue angle of 165.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D7BF is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB113215191-
CMYK0.4700.110.16
HSL165.88º56.04%64.31%-
HSV(B)165.88º47.44%84.31%-
XYZ40.5155.8757.94-
YUV181.77133.2178.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 191 (75% from 255) = 36.80%
R=21.77%
G=41.43%
B=36.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132151910.4700.110.16165.8856.0464.31
Hex71D7BF2F0B10a63840
Octal161327277570132024670100
Binary111000111010111101111111011110101110000101001101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,215,191); }

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

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

 a { background-color: rgb(113,215,191); }

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

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

 span { border-color: rgb(113,215,191); }

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