Shades of Aquamarine #5BFCDF
Tints of Aquamarine #5BFCDF
RGB
CMYK
RGB Variations
Color information
#5BFCDF (or 0x5BFCDF) is known color: Aquamarine. HEX triplet: 5B, FC and DF. RGB value is (91,252,223). Sum of RGB (Red+Green+Blue) = 91+252+223=566 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.08% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCDF is #A40320. Grayscale: #C8C8C8. Windows color (decimal): -10748705 or 14679131. OLE color: 14679131.
HSL color Cylindrical-coordinate representation of color #5BFCDF: hue angle of 169.19º degrees, saturation: 0.96, 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 #5BFCDF is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 223 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.01 |
| HSL | 169.19º | 0.96% | 0.67% | - |
| HSV(B) | 169.19º | 0.64% | 0.99% | - |
| XYZ | 52.44 | 77.17 | 81.94 | - |
| YUV | 200.56 | 140.66 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 223 | 0.64 | 0 | 0.12 | 0.01 | 169.19 | 0.96 | 0.67 |
| Hex | 5B | FC | DF | 40 | 0 | C | 1 | A9 | 60 | 43 |
| Octal | 133 | 374 | 337 | 100 | 0 | 14 | 1 | 251 | 140 | 103 |
| Binary | 1011011 | 11111100 | 11011111 | 1000000 | 0 | 1100 | 1 | 10101001 | 1100000 | 1000011 |
Color Harmonies of #5BFCDF
Complementary color
Monochromatic Colors of #5BFCDF
Black with #5BFCDF
Text Example
Text Example
White with #5BFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCDF; }
p { color: rgb(91,252,223); }
H1.HeaderClassName
{
color: #5BFCDF;
}
.AnyTagClassName
{
color: #5BFCDF;
}
</style>
background-color css
<style>
a { background-color: #5BFCDF; }
a { background-color: rgb(91,252,223); }
div.DivClassName
{
background-color: #5BFCDF;
}
.BgClassName
{
background-color: #5BFCDF;
}
</style>
border-color css
<style>
span { border-color: #5BFCDF; }
span { border-color: rgb(91,252,223); }
td.TdClassName
{
border-color: #5BFCDF;
}
.TagClassName
{
border-color: #5BFCDF;
}
</style>