#5BF9A2

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

Shades of Medium Aquamarine #5BF9A2

Tints of Medium Aquamarine #5BF9A2

Color information

#5BF9A2 (or 0x5BF9A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F9 and A2. RGB value is (91,249,162). Sum of RGB (Red+Green+Blue) = 91+249+162=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #5BF9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF9A2 is #A4065D. Grayscale: #C0C0C0. Windows color (decimal): -10749534 or 10680667. OLE color: 10680667.

HSL color Cylindrical-coordinate representation of color #5BF9A2: hue angle of 146.96º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF9A2 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB91249162-
CMYK0.6300.350.02
HSL146.96º92.94%66.67%-
HSV(B)146.96º63.45%97.65%-
XYZ44.7172.5845.84-
YUV191.84111.1556.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 249 (97.66% from 255) = 49.60%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=18.13%
G=49.60%
B=32.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912491620.6300.350.02146.9692.9466.67
Hex5BF9A23F0232935d43
Octal133371242770432223135103
Binary101101111111001101000101111110100011101001001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,249,162); }

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

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

 a { background-color: rgb(91,249,162); }

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

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

 span { border-color: rgb(91,249,162); }

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