#5BFBA8

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

Shades of Medium Aquamarine #5BFBA8

Tints of Medium Aquamarine #5BFBA8

Color information

#5BFBA8 (or 0x5BFBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, FB and A8. RGB value is (91,251,168). Sum of RGB (Red+Green+Blue) = 91+251+168=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBA8 is #A40457. Grayscale: #C1C1C1. Windows color (decimal): -10749016 or 11074395. OLE color: 11074395.

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

Color convert

RGB91251168-
CMYK0.6400.330.02
HSL148.88º95.24%67.06%-
HSV(B)148.88º63.75%98.43%-
XYZ45.8874.0548.92-
YUV193.7113.4954.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.84%
GREEN value IS 251 (98.44% from 255) = 49.22%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=17.84%
G=49.22%
B=32.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912511680.6400.330.02148.8895.2467.06
Hex5BFBA8400212955f43
Octal1333732501000412225137103
Binary1011011111110111010100010000000100001101001010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,251,168); }

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

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

 a { background-color: rgb(91,251,168); }

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

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

 span { border-color: rgb(91,251,168); }

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