Shades of Aquamarine #5BFFD6
Tints of Aquamarine #5BFFD6
RGB
CMYK
RGB Variations
Color information
#5BFFD6 (or 0x5BFFD6) is known color: Aquamarine. HEX triplet: 5B, FF and D6. RGB value is (91,255,214). Sum of RGB (Red+Green+Blue) = 91+255+214=560 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.25% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFFD6 is #A40029. Grayscale: #C9C9C9. Windows color (decimal): -10747946 or 14090075. OLE color: 14090075.
HSL color Cylindrical-coordinate representation of color #5BFFD6: hue angle of 165º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFFD6 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 214 | - |
| CMYK | 0.64 | 0 | 0.16 | 0 |
| HSL | 165º | 1% | 0.68% | - |
| HSV(B) | 165º | 0.64% | 1% | - |
| XYZ | 52.21 | 78.6 | 76.04 | - |
| YUV | 201.29 | 135.17 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 214 | 0.64 | 0 | 0.16 | 0 | 165 | 1 | 0.68 |
| Hex | 5B | FF | D6 | 40 | 0 | 10 | 0 | A5 | 64 | 44 |
| Octal | 133 | 377 | 326 | 100 | 0 | 20 | 0 | 245 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11010110 | 1000000 | 0 | 10000 | 0 | 10100101 | 1100100 | 1000100 |
Color Harmonies of #5BFFD6
Complementary color
Monochromatic Colors of #5BFFD6
Black with #5BFFD6
Text Example
Text Example
White with #5BFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFD6; }
p { color: rgb(91,255,214); }
H1.HeaderClassName
{
color: #5BFFD6;
}
.AnyTagClassName
{
color: #5BFFD6;
}
</style>
background-color css
<style>
a { background-color: #5BFFD6; }
a { background-color: rgb(91,255,214); }
div.DivClassName
{
background-color: #5BFFD6;
}
.BgClassName
{
background-color: #5BFFD6;
}
</style>
border-color css
<style>
span { border-color: #5BFFD6; }
span { border-color: rgb(91,255,214); }
td.TdClassName
{
border-color: #5BFFD6;
}
.TagClassName
{
border-color: #5BFFD6;
}
</style>