#71D7C7

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

Shades of Downy #71D7C7

Tints of Downy #71D7C7

Color information

#71D7C7 (or 0x71D7C7) is unknown color: approx Downy. HEX triplet: 71, D7 and C7. RGB value is (113,215,199). Sum of RGB (Red+Green+Blue) = 113+215+199=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #71D7C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D7C7 is #8E2838. Grayscale: #B6B6B6. Windows color (decimal): -9316409 or 13096817. OLE color: 13096817.

HSL color Cylindrical-coordinate representation of color #71D7C7: hue angle of 170.59º 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 #71D7C7 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB113215199-
CMYK0.4700.070.16
HSL170.59º56.04%64.31%-
HSV(B)170.59º47.44%84.31%-
XYZ41.4256.2462.7-
YUV182.68137.2178.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.44%
GREEN value IS 215 (84.38% from 255) = 40.80%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=21.44%
G=40.80%
B=37.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132151990.4700.070.16170.5956.0464.31
Hex71D7C72F0710ab3840
Octal16132730757072025370100
Binary11100011101011111000111101111011110000101010111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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