Shades of Aquamarine #5BFAC1
Tints of Aquamarine #5BFAC1
RGB
CMYK
RGB Variations
Color information
#5BFAC1 (or 0x5BFAC1) is known color: Aquamarine. HEX triplet: 5B, FA and C1. RGB value is (91,250,193). Sum of RGB (Red+Green+Blue) = 91+250+193=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFAC1 is #A4053E. Grayscale: #C4C4C4. Windows color (decimal): -10749247 or 12712539. OLE color: 12712539.
HSL color Cylindrical-coordinate representation of color #5BFAC1: hue angle of 158.49º 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 #5BFAC1 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 193 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.02 |
| HSL | 158.49º | 0.94% | 0.67% | - |
| HSV(B) | 158.49º | 0.64% | 0.98% | - |
| XYZ | 48.13 | 74.45 | 62.29 | - |
| YUV | 195.96 | 126.32 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 193 | 0.64 | 0 | 0.23 | 0.02 | 158.49 | 0.94 | 0.67 |
| Hex | 5B | FA | C1 | 40 | 0 | 17 | 2 | 9E | 5E | 43 |
| Octal | 133 | 372 | 301 | 100 | 0 | 27 | 2 | 236 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11000001 | 1000000 | 0 | 10111 | 10 | 10011110 | 1011110 | 1000011 |
Color Harmonies of #5BFAC1
Complementary color
Monochromatic Colors of #5BFAC1
Black with #5BFAC1
Text Example
Text Example
White with #5BFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAC1; }
p { color: rgb(91,250,193); }
H1.HeaderClassName
{
color: #5BFAC1;
}
.AnyTagClassName
{
color: #5BFAC1;
}
</style>
background-color css
<style>
a { background-color: #5BFAC1; }
a { background-color: rgb(91,250,193); }
div.DivClassName
{
background-color: #5BFAC1;
}
.BgClassName
{
background-color: #5BFAC1;
}
</style>
border-color css
<style>
span { border-color: #5BFAC1; }
span { border-color: rgb(91,250,193); }
td.TdClassName
{
border-color: #5BFAC1;
}
.TagClassName
{
border-color: #5BFAC1;
}
</style>