#5FC3BF

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

Shades of Downy #5FC3BF

Tints of Downy #5FC3BF

Color information

#5FC3BF (or 0x5FC3BF) is unknown color: approx Downy. HEX triplet: 5F, C3 and BF. RGB value is (95,195,191). Sum of RGB (Red+Green+Blue) = 95+195+191=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3BF is #A03C40. Grayscale: #A4A4A4. Windows color (decimal): -10501185 or 12567391. OLE color: 12567391.

HSL color Cylindrical-coordinate representation of color #5FC3BF: hue angle of 177.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC3BF is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB95195191-
CMYK0.5100.020.24
HSL177.6º45.45%56.86%-
HSV(B)177.6º51.28%76.47%-
XYZ33.6445.2256.25-
YUV164.64142.8778.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.75%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 191 (75% from 255) = 39.71%
R=19.75%
G=40.54%
B=39.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951951910.5100.020.24177.645.4556.86
Hex5FC3BF330218b22d39
Octal1373032776302302625571
Binary101111111000011101111111100110101100010110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,195,191); }

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

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

 a { background-color: rgb(95,195,191); }

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

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

 span { border-color: rgb(95,195,191); }

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