Shades of Aquamarine #5BFBD3
Tints of Aquamarine #5BFBD3
RGB
CMYK
RGB Variations
Color information
#5BFBD3 (or 0x5BFBD3) is known color: Aquamarine. HEX triplet: 5B, FB and D3. RGB value is (91,251,211). Sum of RGB (Red+Green+Blue) = 91+251+211=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBD3 is #A4042C. Grayscale: #C6C6C6. Windows color (decimal): -10748973 or 13892443. OLE color: 13892443.
HSL color Cylindrical-coordinate representation of color #5BFBD3: hue angle of 165º 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 #5BFBD3 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 211 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.02 |
| HSL | 165º | 0.95% | 0.67% | - |
| HSV(B) | 165º | 0.64% | 0.98% | - |
| XYZ | 50.57 | 75.92 | 73.62 | - |
| YUV | 198.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 211 | 0.64 | 0 | 0.16 | 0.02 | 165 | 0.95 | 0.67 |
| Hex | 5B | FB | D3 | 40 | 0 | 10 | 2 | A5 | 5F | 43 |
| Octal | 133 | 373 | 323 | 100 | 0 | 20 | 2 | 245 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11010011 | 1000000 | 0 | 10000 | 10 | 10100101 | 1011111 | 1000011 |
Color Harmonies of #5BFBD3
Complementary color
Monochromatic Colors of #5BFBD3
Black with #5BFBD3
Text Example
Text Example
White with #5BFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBD3; }
p { color: rgb(91,251,211); }
H1.HeaderClassName
{
color: #5BFBD3;
}
.AnyTagClassName
{
color: #5BFBD3;
}
</style>
background-color css
<style>
a { background-color: #5BFBD3; }
a { background-color: rgb(91,251,211); }
div.DivClassName
{
background-color: #5BFBD3;
}
.BgClassName
{
background-color: #5BFBD3;
}
</style>
border-color css
<style>
span { border-color: #5BFBD3; }
span { border-color: rgb(91,251,211); }
td.TdClassName
{
border-color: #5BFBD3;
}
.TagClassName
{
border-color: #5BFBD3;
}
</style>