#5FC9C5

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

Shades of Downy #5FC9C5

Tints of Downy #5FC9C5

Color information

#5FC9C5 (or 0x5FC9C5) is unknown color: approx Downy. HEX triplet: 5F, C9 and C5. RGB value is (95,201,197). Sum of RGB (Red+Green+Blue) = 95+201+197=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC9C5 is #A0363A. Grayscale: #A8A8A8. Windows color (decimal): -10499643 or 12962143. OLE color: 12962143.

HSL color Cylindrical-coordinate representation of color #5FC9C5: hue angle of 177.74º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC9C5 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB95201197-
CMYK0.5300.020.21
HSL177.74º49.53%58.04%-
HSV(B)177.74º52.74%78.82%-
XYZ35.6848.2460.25-
YUV168.85143.8875.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.27%
GREEN value IS 201 (78.91% from 255) = 40.77%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=19.27%
G=40.77%
B=39.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952011970.5300.020.21177.7449.5358.04
Hex5FC9C5350215b2323a
Octal1373113056502252626272
Binary101111111001001110001011101010101010110110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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