#5FF1BA

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

Shades of Downy #5FF1BA

Tints of Downy #5FF1BA

Color information

#5FF1BA (or 0x5FF1BA) is unknown color: approx Downy. HEX triplet: 5F, F1 and BA. RGB value is (95,241,186). Sum of RGB (Red+Green+Blue) = 95+241+186=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF1BA is #A00E45. Grayscale: #BFBFBF. Windows color (decimal): -10489414 or 12251487. OLE color: 12251487.

HSL color Cylindrical-coordinate representation of color #5FF1BA: hue angle of 157.4º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF1BA is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB95241186-
CMYK0.6100.230.05
HSL157.4º83.91%65.88%-
HSV(B)157.4º60.58%94.51%-
XYZ45.0468.8957.38-
YUV191.08125.1359.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.20%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=18.20%
G=46.17%
B=35.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952411860.6100.230.05157.483.9165.88
Hex5FF1BA3D01759d5442
Octal137361272750275235124102
Binary101111111110001101110101111010101111011001110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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