Shades of Medium Aquamarine #5BF2AC
Tints of Medium Aquamarine #5BF2AC
RGB
CMYK
RGB Variations
Color information
#5BF2AC (or 0x5BF2AC) is known color: Medium Aquamarine. HEX triplet: 5B, F2 and AC. RGB value is (91,242,172). Sum of RGB (Red+Green+Blue) = 91+242+172=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF2AC is #A40D53. Grayscale: #BDBDBD. Windows color (decimal): -10751316 or 11334235. OLE color: 11334235.
HSL color Cylindrical-coordinate representation of color #5BF2AC: hue angle of 152.19º degrees, saturation: 0.85, 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 #5BF2AC is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 172 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.05 |
| HSL | 152.19º | 0.85% | 0.65% | - |
| HSV(B) | 152.19º | 0.62% | 0.95% | - |
| XYZ | 43.51 | 68.71 | 50 | - |
| YUV | 188.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 172 | 0.62 | 0 | 0.29 | 0.05 | 152.19 | 0.85 | 0.65 |
| Hex | 5B | F2 | AC | 3E | 0 | 1D | 5 | 98 | 55 | 41 |
| Octal | 133 | 362 | 254 | 76 | 0 | 35 | 5 | 230 | 125 | 101 |
| Binary | 1011011 | 11110010 | 10101100 | 111110 | 0 | 11101 | 101 | 10011000 | 1010101 | 1000001 |
Color Harmonies of #5BF2AC
Complementary color
Monochromatic Colors of #5BF2AC
Black with #5BF2AC
Text Example
Text Example
White with #5BF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2AC; }
p { color: rgb(91,242,172); }
H1.HeaderClassName
{
color: #5BF2AC;
}
.AnyTagClassName
{
color: #5BF2AC;
}
</style>
background-color css
<style>
a { background-color: #5BF2AC; }
a { background-color: rgb(91,242,172); }
div.DivClassName
{
background-color: #5BF2AC;
}
.BgClassName
{
background-color: #5BF2AC;
}
</style>
border-color css
<style>
span { border-color: #5BF2AC; }
span { border-color: rgb(91,242,172); }
td.TdClassName
{
border-color: #5BF2AC;
}
.TagClassName
{
border-color: #5BF2AC;
}
</style>