Shades of Aquamarine #5BFEDA
Tints of Aquamarine #5BFEDA
RGB
CMYK
RGB Variations
Color information
#5BFEDA (or 0x5BFEDA) is known color: Aquamarine. HEX triplet: 5B, FE and DA. RGB value is (91,254,218). Sum of RGB (Red+Green+Blue) = 91+254+218=563 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.16% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEDA is #A40125. Grayscale: #C9C9C9. Windows color (decimal): -10748198 or 14351963. OLE color: 14351963.
HSL color Cylindrical-coordinate representation of color #5BFEDA: hue angle of 166.75º 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 #5BFEDA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 218 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.00 |
| HSL | 166.75º | 0.99% | 0.68% | - |
| HSV(B) | 166.75º | 0.64% | 1% | - |
| XYZ | 52.41 | 78.17 | 78.66 | - |
| YUV | 201.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 218 | 0.64 | 0 | 0.14 | 0.00 | 166.75 | 0.99 | 0.68 |
| Hex | 5B | FE | DA | 40 | 0 | E | 0 | A7 | 63 | 44 |
| Octal | 133 | 376 | 332 | 100 | 0 | 16 | 0 | 247 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11011010 | 1000000 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000100 |
Color Harmonies of #5BFEDA
Complementary color
Monochromatic Colors of #5BFEDA
Black with #5BFEDA
Text Example
Text Example
White with #5BFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEDA; }
p { color: rgb(91,254,218); }
H1.HeaderClassName
{
color: #5BFEDA;
}
.AnyTagClassName
{
color: #5BFEDA;
}
</style>
background-color css
<style>
a { background-color: #5BFEDA; }
a { background-color: rgb(91,254,218); }
div.DivClassName
{
background-color: #5BFEDA;
}
.BgClassName
{
background-color: #5BFEDA;
}
</style>
border-color css
<style>
span { border-color: #5BFEDA; }
span { border-color: rgb(91,254,218); }
td.TdClassName
{
border-color: #5BFEDA;
}
.TagClassName
{
border-color: #5BFEDA;
}
</style>