#5BF5A9

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

Shades of Medium Aquamarine #5BF5A9

Tints of Medium Aquamarine #5BF5A9

Color information

#5BF5A9 (or 0x5BF5A9) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F5 and A9. RGB value is (91,245,169). Sum of RGB (Red+Green+Blue) = 91+245+169=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #5BF5A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF5A9 is #A40A56. Grayscale: #BEBEBE. Windows color (decimal): -10750551 or 11138395. OLE color: 11138395.

HSL color Cylindrical-coordinate representation of color #5BF5A9: hue angle of 150.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF5A9 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB91245169-
CMYK0.6300.310.04
HSL150.39º88.51%65.88%-
HSV(B)150.39º62.86%96.08%-
XYZ44.1370.3948.8-
YUV190.29115.9857.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 245 (96.09% from 255) = 48.51%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=18.02%
G=48.51%
B=33.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal912451690.6300.310.04150.3988.5165.88
Hex5BF5A93F01F4965942
Octal133365251770374226131102
Binary101101111110101101010011111110111111001001011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,245,169); }

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

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

 a { background-color: rgb(91,245,169); }

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

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

 span { border-color: rgb(91,245,169); }

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