Shades of Aquamarine #5BFDCC
Tints of Aquamarine #5BFDCC
RGB
CMYK
RGB Variations
Color information
#5BFDCC (or 0x5BFDCC) is known color: Aquamarine. HEX triplet: 5B, FD and CC. RGB value is (91,253,204). Sum of RGB (Red+Green+Blue) = 91+253+204=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFDCC is #A40233. Grayscale: #C7C7C7. Windows color (decimal): -10748468 or 13434203. OLE color: 13434203.
HSL color Cylindrical-coordinate representation of color #5BFDCC: hue angle of 161.85º 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 #5BFDCC is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 204 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.01 |
| HSL | 161.85º | 0.98% | 0.67% | - |
| HSV(B) | 161.85º | 0.64% | 0.99% | - |
| XYZ | 50.34 | 76.83 | 69.3 | - |
| YUV | 198.98 | 130.83 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 204 | 0.64 | 0 | 0.19 | 0.01 | 161.85 | 0.98 | 0.67 |
| Hex | 5B | FD | CC | 40 | 0 | 13 | 1 | A2 | 62 | 43 |
| Octal | 133 | 375 | 314 | 100 | 0 | 23 | 1 | 242 | 142 | 103 |
| Binary | 1011011 | 11111101 | 11001100 | 1000000 | 0 | 10011 | 1 | 10100010 | 1100010 | 1000011 |
Color Harmonies of #5BFDCC
Complementary color
Monochromatic Colors of #5BFDCC
Black with #5BFDCC
Text Example
Text Example
White with #5BFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDCC; }
p { color: rgb(91,253,204); }
H1.HeaderClassName
{
color: #5BFDCC;
}
.AnyTagClassName
{
color: #5BFDCC;
}
</style>
background-color css
<style>
a { background-color: #5BFDCC; }
a { background-color: rgb(91,253,204); }
div.DivClassName
{
background-color: #5BFDCC;
}
.BgClassName
{
background-color: #5BFDCC;
}
</style>
border-color css
<style>
span { border-color: #5BFDCC; }
span { border-color: rgb(91,253,204); }
td.TdClassName
{
border-color: #5BFDCC;
}
.TagClassName
{
border-color: #5BFDCC;
}
</style>