Shades of Aquamarine #5BFECA
Tints of Aquamarine #5BFECA
RGB
CMYK
RGB Variations
Color information
#5BFECA (or 0x5BFECA) is known color: Aquamarine. HEX triplet: 5B, FE and CA. RGB value is (91,254,202). Sum of RGB (Red+Green+Blue) = 91+254+202=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFECA is #A40135. Grayscale: #C7C7C7. Windows color (decimal): -10748214 or 13303387. OLE color: 13303387.
HSL color Cylindrical-coordinate representation of color #5BFECA: hue angle of 160.86º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFECA is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 202 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.00 |
| HSL | 160.86º | 0.99% | 0.68% | - |
| HSV(B) | 160.86º | 0.64% | 1% | - |
| XYZ | 50.42 | 77.37 | 68.15 | - |
| YUV | 199.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 202 | 0.64 | 0 | 0.20 | 0.00 | 160.86 | 0.99 | 0.68 |
| Hex | 5B | FE | CA | 40 | 0 | 14 | 0 | A1 | 63 | 44 |
| Octal | 133 | 376 | 312 | 100 | 0 | 24 | 0 | 241 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11001010 | 1000000 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000100 |
Color Harmonies of #5BFECA
Complementary color
Monochromatic Colors of #5BFECA
Black with #5BFECA
Text Example
Text Example
White with #5BFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFECA; }
p { color: rgb(91,254,202); }
H1.HeaderClassName
{
color: #5BFECA;
}
.AnyTagClassName
{
color: #5BFECA;
}
</style>
background-color css
<style>
a { background-color: #5BFECA; }
a { background-color: rgb(91,254,202); }
div.DivClassName
{
background-color: #5BFECA;
}
.BgClassName
{
background-color: #5BFECA;
}
</style>
border-color css
<style>
span { border-color: #5BFECA; }
span { border-color: rgb(91,254,202); }
td.TdClassName
{
border-color: #5BFECA;
}
.TagClassName
{
border-color: #5BFECA;
}
</style>