Shades of Aquamarine #5BFBDF
Tints of Aquamarine #5BFBDF
RGB
CMYK
RGB Variations
Color information
#5BFBDF (or 0x5BFBDF) is known color: Aquamarine. HEX triplet: 5B, FB and DF. RGB value is (91,251,223). Sum of RGB (Red+Green+Blue) = 91+251+223=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBDF is #A40420. Grayscale: #C7C7C7. Windows color (decimal): -10748961 or 14678875. OLE color: 14678875.
HSL color Cylindrical-coordinate representation of color #5BFBDF: hue angle of 169.5º 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 #5BFBDF is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 223 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.02 |
| HSL | 169.5º | 0.95% | 0.67% | - |
| HSV(B) | 169.5º | 0.64% | 0.98% | - |
| XYZ | 52.13 | 76.55 | 81.84 | - |
| YUV | 199.97 | 140.99 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 223 | 0.64 | 0 | 0.11 | 0.02 | 169.5 | 0.95 | 0.67 |
| Hex | 5B | FB | DF | 40 | 0 | B | 2 | AA | 5F | 43 |
| Octal | 133 | 373 | 337 | 100 | 0 | 13 | 2 | 252 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11011111 | 1000000 | 0 | 1011 | 10 | 10101010 | 1011111 | 1000011 |
Color Harmonies of #5BFBDF
Complementary color
Monochromatic Colors of #5BFBDF
Black with #5BFBDF
Text Example
Text Example
White with #5BFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBDF; }
p { color: rgb(91,251,223); }
H1.HeaderClassName
{
color: #5BFBDF;
}
.AnyTagClassName
{
color: #5BFBDF;
}
</style>
background-color css
<style>
a { background-color: #5BFBDF; }
a { background-color: rgb(91,251,223); }
div.DivClassName
{
background-color: #5BFBDF;
}
.BgClassName
{
background-color: #5BFBDF;
}
</style>
border-color css
<style>
span { border-color: #5BFBDF; }
span { border-color: rgb(91,251,223); }
td.TdClassName
{
border-color: #5BFBDF;
}
.TagClassName
{
border-color: #5BFBDF;
}
</style>