Shades of Aquamarine #5BFAC5
Tints of Aquamarine #5BFAC5
RGB
CMYK
RGB Variations
Color information
#5BFAC5 (or 0x5BFAC5) is known color: Aquamarine. HEX triplet: 5B, FA and C5. RGB value is (91,250,197). Sum of RGB (Red+Green+Blue) = 91+250+197=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFAC5 is #A4053A. Grayscale: #C4C4C4. Windows color (decimal): -10749243 or 12974683. OLE color: 12974683.
HSL color Cylindrical-coordinate representation of color #5BFAC5: hue angle of 160º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAC5 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 197 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.02 |
| HSL | 160º | 0.94% | 0.67% | - |
| HSV(B) | 160º | 0.64% | 0.98% | - |
| XYZ | 48.58 | 74.63 | 64.67 | - |
| YUV | 196.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 197 | 0.64 | 0 | 0.21 | 0.02 | 160 | 0.94 | 0.67 |
| Hex | 5B | FA | C5 | 40 | 0 | 15 | 2 | A0 | 5E | 43 |
| Octal | 133 | 372 | 305 | 100 | 0 | 25 | 2 | 240 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11000101 | 1000000 | 0 | 10101 | 10 | 10100000 | 1011110 | 1000011 |
Color Harmonies of #5BFAC5
Complementary color
Monochromatic Colors of #5BFAC5
Black with #5BFAC5
Text Example
Text Example
White with #5BFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAC5; }
p { color: rgb(91,250,197); }
H1.HeaderClassName
{
color: #5BFAC5;
}
.AnyTagClassName
{
color: #5BFAC5;
}
</style>
background-color css
<style>
a { background-color: #5BFAC5; }
a { background-color: rgb(91,250,197); }
div.DivClassName
{
background-color: #5BFAC5;
}
.BgClassName
{
background-color: #5BFAC5;
}
</style>
border-color css
<style>
span { border-color: #5BFAC5; }
span { border-color: rgb(91,250,197); }
td.TdClassName
{
border-color: #5BFAC5;
}
.TagClassName
{
border-color: #5BFAC5;
}
</style>