#5FC3BE

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

Shades of Downy #5FC3BE

Tints of Downy #5FC3BE

Color information

#5FC3BE (or 0x5FC3BE) is unknown color: approx Downy. HEX triplet: 5F, C3 and BE. RGB value is (95,195,190). Sum of RGB (Red+Green+Blue) = 95+195+190=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3BE is #A03C41. Grayscale: #A4A4A4. Windows color (decimal): -10501186 or 12501855. OLE color: 12501855.

HSL color Cylindrical-coordinate representation of color #5FC3BE: hue angle of 177º 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 #5FC3BE is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB95195190-
CMYK0.5100.030.24
HSL177º45.45%56.86%-
HSV(B)177º51.28%76.47%-
XYZ33.5345.1855.67-
YUV164.53142.3778.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.79%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=19.79%
G=40.62%
B=39.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951951900.5100.030.2417745.4556.86
Hex5FC3BE330318b12d39
Octal1373032766303302615571
Binary101111111000011101111101100110111100010110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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