#5FD9C0

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

Shades of Downy #5FD9C0

Tints of Downy #5FD9C0

Color information

#5FD9C0 (or 0x5FD9C0) is unknown color: approx Downy. HEX triplet: 5F, D9 and C0. RGB value is (95,217,192). Sum of RGB (Red+Green+Blue) = 95+217+192=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9C0 is #A0263F. Grayscale: #B1B1B1. Windows color (decimal): -10495552 or 12638559. OLE color: 12638559.

HSL color Cylindrical-coordinate representation of color #5FD9C0: hue angle of 167.7º 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 #5FD9C0 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB95217192-
CMYK0.5600.120.15
HSL167.7º61.62%61.18%-
HSV(B)167.7º56.22%85.1%-
XYZ39.0555.8658.59-
YUV177.67136.0869.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.85%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=18.85%
G=43.06%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952171920.5600.120.15167.761.6261.18
Hex5FD9C0380CFa83e3d
Octal13733130070014172507675
Binary1011111110110011100000011100001100111110101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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