#5BEA96

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

Shades of Medium Aquamarine #5BEA96

Tints of Medium Aquamarine #5BEA96

Color information

#5BEA96 (or 0x5BEA96) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, EA and 96. RGB value is (91,234,150). Sum of RGB (Red+Green+Blue) = 91+234+150=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEA96 is #A41569. Grayscale: #B5B5B5. Windows color (decimal): -10753386 or 9890395. OLE color: 9890395.

HSL color Cylindrical-coordinate representation of color #5BEA96: hue angle of 144.76º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEA96 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB91234150-
CMYK0.6100.360.08
HSL144.76º77.3%63.73%-
HSV(B)144.76º61.11%91.76%-
XYZ39.2463.2739-
YUV181.67110.1263.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.16%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=19.16%
G=49.26%
B=31.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912341500.6100.360.08144.7677.363.73
Hex5BEA963D0248914d40
Octal1333522267504410221115100
Binary10110111110101010010110111101010010010001001000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,234,150); }

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

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

 a { background-color: rgb(91,234,150); }

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

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

 span { border-color: rgb(91,234,150); }

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