#5bfeb0

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

Shades of Medium Aquamarine #5BFEB0

Tints of Medium Aquamarine #5BFEB0

Color information

#5BFEB0 (or 0x5BFEB0) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, FE and B0. RGB value is (91,254,176). Sum of RGB (Red+Green+Blue) = 91+254+176=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFEB0 is #A4014F. Grayscale: #C4C4C4. Windows color (decimal): -10748240 or 11599451. OLE color: 11599451.

HSL color Cylindrical-coordinate representation of color #5BFEB0: hue angle of 151.29º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEB0 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB91254176-
CMYK0.6400.310.00
HSL151.29º98.79%67.65%-
HSV(B)151.29º64.17%99.61%-
XYZ47.5976.2453.28-
YUV196.37116.552.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.47%
GREEN value IS 254 (99.61% from 255) = 48.75%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=17.47%
G=48.75%
B=33.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal912541760.6400.310.00151.2998.7967.65
Hex5BFEB04001F0976344
Octal1333762601000370227143104
Binary10110111111111010110000100000001111101001011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bfeb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,254,176); }

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

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

 a { background-color: rgb(91,254,176); }

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

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

 span { border-color: rgb(91,254,176); }

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