Shades of Aquamarine #5BFCB7
Tints of Aquamarine #5BFCB7
RGB
CMYK
RGB Variations
Color information
#5BFCB7 (or 0x5BFCB7) is known color: Aquamarine. HEX triplet: 5B, FC and B7. RGB value is (91,252,183). Sum of RGB (Red+Green+Blue) = 91+252+183=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCB7 is #A40348. Grayscale: #C4C4C4. Windows color (decimal): -10748745 or 12057691. OLE color: 12057691.
HSL color Cylindrical-coordinate representation of color #5BFCB7: hue angle of 154.29º 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 #5BFCB7 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 183 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.01 |
| HSL | 154.29º | 0.96% | 0.67% | - |
| HSV(B) | 154.29º | 0.64% | 0.99% | - |
| XYZ | 47.67 | 75.26 | 56.81 | - |
| YUV | 196 | 120.66 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 183 | 0.64 | 0 | 0.27 | 0.01 | 154.29 | 0.96 | 0.67 |
| Hex | 5B | FC | B7 | 40 | 0 | 1B | 1 | 9A | 60 | 43 |
| Octal | 133 | 374 | 267 | 100 | 0 | 33 | 1 | 232 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10110111 | 1000000 | 0 | 11011 | 1 | 10011010 | 1100000 | 1000011 |
Color Harmonies of #5BFCB7
Complementary color
Monochromatic Colors of #5BFCB7
Black with #5BFCB7
Text Example
Text Example
White with #5BFCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCB7; }
p { color: rgb(91,252,183); }
H1.HeaderClassName
{
color: #5BFCB7;
}
.AnyTagClassName
{
color: #5BFCB7;
}
</style>
background-color css
<style>
a { background-color: #5BFCB7; }
a { background-color: rgb(91,252,183); }
div.DivClassName
{
background-color: #5BFCB7;
}
.BgClassName
{
background-color: #5BFCB7;
}
</style>
border-color css
<style>
span { border-color: #5BFCB7; }
span { border-color: rgb(91,252,183); }
td.TdClassName
{
border-color: #5BFCB7;
}
.TagClassName
{
border-color: #5BFCB7;
}
</style>