#5bf19f

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

Shades of Medium Aquamarine #5BF19F

Tints of Medium Aquamarine #5BF19F

Color information

#5BF19F (or 0x5BF19F) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F1 and 9F. RGB value is (91,241,159). Sum of RGB (Red+Green+Blue) = 91+241+159=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF19F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF19F is #A40E60. Grayscale: #BABABA. Windows color (decimal): -10751585 or 10482011. OLE color: 10482011.

HSL color Cylindrical-coordinate representation of color #5BF19F: hue angle of 147.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF19F is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB91241159-
CMYK0.6200.340.05
HSL147.2º84.27%65.1%-
HSV(B)147.2º62.24%94.51%-
XYZ42.0367.6443.64-
YUV186.8112.359.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.53%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=18.53%
G=49.08%
B=32.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912411590.6200.340.05147.284.2765.1
Hex5BF19F3E0225935441
Octal133361237760425223124101
Binary1011011111100011001111111111001000101011001001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bf19f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,241,159); }

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

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

 a { background-color: rgb(91,241,159); }

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

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

 span { border-color: rgb(91,241,159); }

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