#5FC5BA

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

Shades of Downy #5FC5BA

Tints of Downy #5FC5BA

Color information

#5FC5BA (or 0x5FC5BA) is unknown color: approx Downy. HEX triplet: 5F, C5 and BA. RGB value is (95,197,186). Sum of RGB (Red+Green+Blue) = 95+197+186=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5BA is #A03A45. Grayscale: #A5A5A5. Windows color (decimal): -10500678 or 12240223. OLE color: 12240223.

HSL color Cylindrical-coordinate representation of color #5FC5BA: hue angle of 173.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC5BA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB95197186-
CMYK0.5200.060.23
HSL173.53º46.79%57.25%-
HSV(B)173.53º51.78%77.25%-
XYZ33.5545.9153.55-
YUV165.25139.7177.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=19.87%
G=41.21%
B=38.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951971860.5200.060.23173.5346.7957.25
Hex5FC5BA340617ae2f39
Octal1373052726406272565771
Binary1011111110001011011101011010001101011110101110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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