Shades of Aquamarine #5BFCBF
Tints of Aquamarine #5BFCBF
RGB
CMYK
RGB Variations
Color information
#5BFCBF (or 0x5BFCBF) is known color: Aquamarine. HEX triplet: 5B, FC and BF. RGB value is (91,252,191). Sum of RGB (Red+Green+Blue) = 91+252+191=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCBF is #A40340. Grayscale: #C4C4C4. Windows color (decimal): -10748737 or 12581979. OLE color: 12581979.
HSL color Cylindrical-coordinate representation of color #5BFCBF: hue angle of 157.27º 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 #5BFCBF is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 191 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.01 |
| HSL | 157.27º | 0.96% | 0.67% | - |
| HSV(B) | 157.27º | 0.64% | 0.99% | - |
| XYZ | 48.53 | 75.61 | 61.33 | - |
| YUV | 196.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 191 | 0.64 | 0 | 0.24 | 0.01 | 157.27 | 0.96 | 0.67 |
| Hex | 5B | FC | BF | 40 | 0 | 18 | 1 | 9D | 60 | 43 |
| Octal | 133 | 374 | 277 | 100 | 0 | 30 | 1 | 235 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10111111 | 1000000 | 0 | 11000 | 1 | 10011101 | 1100000 | 1000011 |
Color Harmonies of #5BFCBF
Complementary color
Monochromatic Colors of #5BFCBF
Black with #5BFCBF
Text Example
Text Example
White with #5BFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCBF; }
p { color: rgb(91,252,191); }
H1.HeaderClassName
{
color: #5BFCBF;
}
.AnyTagClassName
{
color: #5BFCBF;
}
</style>
background-color css
<style>
a { background-color: #5BFCBF; }
a { background-color: rgb(91,252,191); }
div.DivClassName
{
background-color: #5BFCBF;
}
.BgClassName
{
background-color: #5BFCBF;
}
</style>
border-color css
<style>
span { border-color: #5BFCBF; }
span { border-color: rgb(91,252,191); }
td.TdClassName
{
border-color: #5BFCBF;
}
.TagClassName
{
border-color: #5BFCBF;
}
</style>