Shades of Aquamarine #5BFADA
Tints of Aquamarine #5BFADA
RGB
CMYK
RGB Variations
Color information
#5BFADA (or 0x5BFADA) is known color: Aquamarine. HEX triplet: 5B, FA and DA. RGB value is (91,250,218). Sum of RGB (Red+Green+Blue) = 91+250+218=559 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.28% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFADA is #A40525. Grayscale: #C6C6C6. Windows color (decimal): -10749222 or 14350939. OLE color: 14350939.
HSL color Cylindrical-coordinate representation of color #5BFADA: hue angle of 167.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFADA is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 218 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.02 |
| HSL | 167.92º | 0.94% | 0.67% | - |
| HSV(B) | 167.92º | 0.64% | 0.98% | - |
| XYZ | 51.15 | 75.66 | 78.24 | - |
| YUV | 198.81 | 138.82 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 218 | 0.64 | 0 | 0.13 | 0.02 | 167.92 | 0.94 | 0.67 |
| Hex | 5B | FA | DA | 40 | 0 | D | 2 | A8 | 5E | 43 |
| Octal | 133 | 372 | 332 | 100 | 0 | 15 | 2 | 250 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11011010 | 1000000 | 0 | 1101 | 10 | 10101000 | 1011110 | 1000011 |
Color Harmonies of #5BFADA
Complementary color
Monochromatic Colors of #5BFADA
Black with #5BFADA
Text Example
Text Example
White with #5BFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFADA; }
p { color: rgb(91,250,218); }
H1.HeaderClassName
{
color: #5BFADA;
}
.AnyTagClassName
{
color: #5BFADA;
}
</style>
background-color css
<style>
a { background-color: #5BFADA; }
a { background-color: rgb(91,250,218); }
div.DivClassName
{
background-color: #5BFADA;
}
.BgClassName
{
background-color: #5BFADA;
}
</style>
border-color css
<style>
span { border-color: #5BFADA; }
span { border-color: rgb(91,250,218); }
td.TdClassName
{
border-color: #5BFADA;
}
.TagClassName
{
border-color: #5BFADA;
}
</style>