Shades of Aquamarine #5BFDCE
Tints of Aquamarine #5BFDCE
RGB
CMYK
RGB Variations
Color information
#5BFDCE (or 0x5BFDCE) is known color: Aquamarine. HEX triplet: 5B, FD and CE. RGB value is (91,253,206). Sum of RGB (Red+Green+Blue) = 91+253+206=550 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.55% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFDCE is #A40231. Grayscale: #C7C7C7. Windows color (decimal): -10748466 or 13565275. OLE color: 13565275.
HSL color Cylindrical-coordinate representation of color #5BFDCE: hue angle of 162.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFDCE is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 206 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.01 |
| HSL | 162.59º | 0.98% | 0.67% | - |
| HSV(B) | 162.59º | 0.64% | 0.99% | - |
| XYZ | 50.58 | 76.93 | 70.58 | - |
| YUV | 199.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 206 | 0.64 | 0 | 0.19 | 0.01 | 162.59 | 0.98 | 0.67 |
| Hex | 5B | FD | CE | 40 | 0 | 13 | 1 | A3 | 62 | 43 |
| Octal | 133 | 375 | 316 | 100 | 0 | 23 | 1 | 243 | 142 | 103 |
| Binary | 1011011 | 11111101 | 11001110 | 1000000 | 0 | 10011 | 1 | 10100011 | 1100010 | 1000011 |
Color Harmonies of #5BFDCE
Complementary color
Monochromatic Colors of #5BFDCE
Black with #5BFDCE
Text Example
Text Example
White with #5BFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDCE; }
p { color: rgb(91,253,206); }
H1.HeaderClassName
{
color: #5BFDCE;
}
.AnyTagClassName
{
color: #5BFDCE;
}
</style>
background-color css
<style>
a { background-color: #5BFDCE; }
a { background-color: rgb(91,253,206); }
div.DivClassName
{
background-color: #5BFDCE;
}
.BgClassName
{
background-color: #5BFDCE;
}
</style>
border-color css
<style>
span { border-color: #5BFDCE; }
span { border-color: rgb(91,253,206); }
td.TdClassName
{
border-color: #5BFDCE;
}
.TagClassName
{
border-color: #5BFDCE;
}
</style>