#5BF494

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

Shades of Medium Aquamarine #5BF494

Tints of Medium Aquamarine #5BF494

Color information

#5BF494 (or 0x5BF494) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F4 and 94. RGB value is (91,244,148). Sum of RGB (Red+Green+Blue) = 91+244+148=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #5BF494 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF494 is #A40B6B. Grayscale: #BBBBBB. Windows color (decimal): -10750828 or 9761883. OLE color: 9761883.

HSL color Cylindrical-coordinate representation of color #5BF494: hue angle of 142.35º degrees, saturation: 0.87, 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 #5BF494 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB91244148-
CMYK0.6300.390.04
HSL142.35º87.43%65.69%-
HSV(B)142.35º62.7%95.69%-
XYZ42.0169.0639.13-
YUV187.31105.8159.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.84%
GREEN value IS 244 (95.70% from 255) = 50.52%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=18.84%
G=50.52%
B=30.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal912441480.6300.390.04142.3587.4365.69
Hex5BF4943F02748e5742
Octal133364224770474216127102
Binary1011011111101001001010011111101001111001000111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,244,148); }

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

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

 a { background-color: rgb(91,244,148); }

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

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

 span { border-color: rgb(91,244,148); }

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