#71d3c7

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

Shades of Downy #71D3C7

Tints of Downy #71D3C7

Color information

#71D3C7 (or 0x71D3C7) is unknown color: approx Downy. HEX triplet: 71, D3 and C7. RGB value is (113,211,199). Sum of RGB (Red+Green+Blue) = 113+211+199=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D3C7 is #8E2C38. Grayscale: #B4B4B4. Windows color (decimal): -9317433 or 13095793. OLE color: 13095793.

HSL color Cylindrical-coordinate representation of color #71D3C7: hue angle of 172.65º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3C7 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB113211199-
CMYK0.4600.060.17
HSL172.65º52.69%63.53%-
HSV(B)172.65º46.45%82.75%-
XYZ40.4154.2262.37-
YUV180.33138.5379.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=21.61%
G=40.34%
B=38.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1132111990.4600.060.17172.6552.6963.53
Hex71D3C72E0611ad3540
Octal16132330756062125565100
Binary11100011101001111000111101110011010001101011011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71d3c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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