#5FD9C5

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

Shades of Downy #5FD9C5

Tints of Downy #5FD9C5

Color information

#5FD9C5 (or 0x5FD9C5) is unknown color: approx Downy. HEX triplet: 5F, D9 and C5. RGB value is (95,217,197). Sum of RGB (Red+Green+Blue) = 95+217+197=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9C5 is #A0263A. Grayscale: #B2B2B2. Windows color (decimal): -10495547 or 12966239. OLE color: 12966239.

HSL color Cylindrical-coordinate representation of color #5FD9C5: hue angle of 170.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD9C5 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB95217197-
CMYK0.5600.090.15
HSL170.16º61.62%61.18%-
HSV(B)170.16º56.22%85.1%-
XYZ39.6156.0961.56-
YUV178.24138.5868.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.66%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=18.66%
G=42.63%
B=38.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952171970.5600.090.15170.1661.6261.18
Hex5FD9C53809Faa3e3d
Octal13733130570011172527675
Binary1011111110110011100010111100001001111110101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FD9C5; }

 p { color: rgb(95,217,197); }

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

<style>
 a { background-color: #5FD9C5; }

 a { background-color: rgb(95,217,197); }

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

<style>
 span { border-color: #5FD9C5; }

 span { border-color: rgb(95,217,197); }

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