Shades of Aquamarine #5BFBDA
Tints of Aquamarine #5BFBDA
RGB
CMYK
RGB Variations
Color information
#5BFBDA (or 0x5BFBDA) is known color: Aquamarine. HEX triplet: 5B, FB and DA. RGB value is (91,251,218). Sum of RGB (Red+Green+Blue) = 91+251+218=560 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.25% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBDA is #A40425. Grayscale: #C7C7C7. Windows color (decimal): -10748966 or 14351195. OLE color: 14351195.
HSL color Cylindrical-coordinate representation of color #5BFBDA: hue angle of 167.62º degrees, saturation: 0.95, 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 #5BFBDA is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 218 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.02 |
| HSL | 167.63º | 0.95% | 0.67% | - |
| HSV(B) | 167.63º | 0.64% | 0.98% | - |
| XYZ | 51.47 | 76.28 | 78.34 | - |
| YUV | 199.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 218 | 0.64 | 0 | 0.13 | 0.02 | 167.63 | 0.95 | 0.67 |
| Hex | 5B | FB | DA | 40 | 0 | D | 2 | A8 | 5F | 43 |
| Octal | 133 | 373 | 332 | 100 | 0 | 15 | 2 | 250 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11011010 | 1000000 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000011 |
Color Harmonies of #5BFBDA
Complementary color
Monochromatic Colors of #5BFBDA
Black with #5BFBDA
Text Example
Text Example
White with #5BFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBDA; }
p { color: rgb(91,251,218); }
H1.HeaderClassName
{
color: #5BFBDA;
}
.AnyTagClassName
{
color: #5BFBDA;
}
</style>
background-color css
<style>
a { background-color: #5BFBDA; }
a { background-color: rgb(91,251,218); }
div.DivClassName
{
background-color: #5BFBDA;
}
.BgClassName
{
background-color: #5BFBDA;
}
</style>
border-color css
<style>
span { border-color: #5BFBDA; }
span { border-color: rgb(91,251,218); }
td.TdClassName
{
border-color: #5BFBDA;
}
.TagClassName
{
border-color: #5BFBDA;
}
</style>