Shades of Medium Aquamarine #5BF4B2
Tints of Medium Aquamarine #5BF4B2
RGB
CMYK
RGB Variations
Color information
#5BF4B2 (or 0x5BF4B2) is known color: Medium Aquamarine. HEX triplet: 5B, F4 and B2. RGB value is (91,244,178). Sum of RGB (Red+Green+Blue) = 91+244+178=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #5BF4B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF4B2 is #A40B4D. Grayscale: #BEBEBE. Windows color (decimal): -10750798 or 11727963. OLE color: 11727963.
HSL color Cylindrical-coordinate representation of color #5BF4B2: hue angle of 154.12º 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 #5BF4B2 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 244 | 178 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.04 |
| HSL | 154.12º | 0.87% | 0.66% | - |
| HSV(B) | 154.12º | 0.63% | 0.96% | - |
| XYZ | 44.7 | 70.14 | 53.3 | - |
| YUV | 190.73 | 120.81 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 244 | 178 | 0.63 | 0 | 0.27 | 0.04 | 154.12 | 0.87 | 0.66 |
| Hex | 5B | F4 | B2 | 3F | 0 | 1B | 4 | 9A | 57 | 42 |
| Octal | 133 | 364 | 262 | 77 | 0 | 33 | 4 | 232 | 127 | 102 |
| Binary | 1011011 | 11110100 | 10110010 | 111111 | 0 | 11011 | 100 | 10011010 | 1010111 | 1000010 |
Color Harmonies of #5BF4B2
Complementary color
Monochromatic Colors of #5BF4B2
Black with #5BF4B2
Text Example
Text Example
White with #5BF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF4B2; }
p { color: rgb(91,244,178); }
H1.HeaderClassName
{
color: #5BF4B2;
}
.AnyTagClassName
{
color: #5BF4B2;
}
</style>
background-color css
<style>
a { background-color: #5BF4B2; }
a { background-color: rgb(91,244,178); }
div.DivClassName
{
background-color: #5BF4B2;
}
.BgClassName
{
background-color: #5BF4B2;
}
</style>
border-color css
<style>
span { border-color: #5BF4B2; }
span { border-color: rgb(91,244,178); }
td.TdClassName
{
border-color: #5BF4B2;
}
.TagClassName
{
border-color: #5BF4B2;
}
</style>