#5BF895

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

Shades of Medium Aquamarine #5BF895

Tints of Medium Aquamarine #5BF895

Color information

#5BF895 (or 0x5BF895) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F8 and 95. RGB value is (91,248,149). Sum of RGB (Red+Green+Blue) = 91+248+149=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF895 is #A4076A. Grayscale: #BEBEBE. Windows color (decimal): -10749803 or 9828443. OLE color: 9828443.

HSL color Cylindrical-coordinate representation of color #5BF895: hue angle of 142.17º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF895 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB91248149-
CMYK0.6300.400.03
HSL142.17º91.81%66.47%-
HSV(B)142.17º63.31%97.25%-
XYZ43.3171.5339.96-
YUV189.77104.9957.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.65%
GREEN value IS 248 (97.27% from 255) = 50.82%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=18.65%
G=50.82%
B=30.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912481490.6300.400.03142.1791.8166.47
Hex5BF8953F02838e5c42
Octal133370225770503216134102
Binary101101111111000100101011111110101000111000111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,248,149); }

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

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

 a { background-color: rgb(91,248,149); }

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

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

 span { border-color: rgb(91,248,149); }

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