Shades of Aquamarine #5BFDDD
Tints of Aquamarine #5BFDDD
RGB
CMYK
RGB Variations
Color information
#5BFDDD (or 0x5BFDDD) is known color: Aquamarine. HEX triplet: 5B, FD and DD. RGB value is (91,253,221). Sum of RGB (Red+Green+Blue) = 91+253+221=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFDDD is #A40222. Grayscale: #C8C8C8. Windows color (decimal): -10748451 or 14548315. OLE color: 14548315.
HSL color Cylindrical-coordinate representation of color #5BFDDD: hue angle of 168.15º 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 #5BFDDD is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 221 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.01 |
| HSL | 168.15º | 0.98% | 0.67% | - |
| HSV(B) | 168.15º | 0.64% | 0.99% | - |
| XYZ | 52.49 | 77.7 | 80.64 | - |
| YUV | 200.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 221 | 0.64 | 0 | 0.13 | 0.01 | 168.15 | 0.98 | 0.67 |
| Hex | 5B | FD | DD | 40 | 0 | D | 1 | A8 | 62 | 43 |
| Octal | 133 | 375 | 335 | 100 | 0 | 15 | 1 | 250 | 142 | 103 |
| Binary | 1011011 | 11111101 | 11011101 | 1000000 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000011 |
Color Harmonies of #5BFDDD
Complementary color
Monochromatic Colors of #5BFDDD
Black with #5BFDDD
Text Example
Text Example
White with #5BFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDDD; }
p { color: rgb(91,253,221); }
H1.HeaderClassName
{
color: #5BFDDD;
}
.AnyTagClassName
{
color: #5BFDDD;
}
</style>
background-color css
<style>
a { background-color: #5BFDDD; }
a { background-color: rgb(91,253,221); }
div.DivClassName
{
background-color: #5BFDDD;
}
.BgClassName
{
background-color: #5BFDDD;
}
</style>
border-color css
<style>
span { border-color: #5BFDDD; }
span { border-color: rgb(91,253,221); }
td.TdClassName
{
border-color: #5BFDDD;
}
.TagClassName
{
border-color: #5BFDDD;
}
</style>