Shades of Aquamarine #5BFACD
Tints of Aquamarine #5BFACD
RGB
CMYK
RGB Variations
Color information
#5BFACD (or 0x5BFACD) is known color: Aquamarine. HEX triplet: 5B, FA and CD. RGB value is (91,250,205). Sum of RGB (Red+Green+Blue) = 91+250+205=546 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.67% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFACD is #A40532. Grayscale: #C5C5C5. Windows color (decimal): -10749235 or 13498971. OLE color: 13498971.
HSL color Cylindrical-coordinate representation of color #5BFACD: hue angle of 163.02º 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 #5BFACD is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 205 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.02 |
| HSL | 163.02º | 0.94% | 0.67% | - |
| HSV(B) | 163.02º | 0.64% | 0.98% | - |
| XYZ | 49.52 | 75 | 69.62 | - |
| YUV | 197.33 | 132.32 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 205 | 0.64 | 0 | 0.18 | 0.02 | 163.02 | 0.94 | 0.67 |
| Hex | 5B | FA | CD | 40 | 0 | 12 | 2 | A3 | 5E | 43 |
| Octal | 133 | 372 | 315 | 100 | 0 | 22 | 2 | 243 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11001101 | 1000000 | 0 | 10010 | 10 | 10100011 | 1011110 | 1000011 |
Color Harmonies of #5BFACD
Complementary color
Monochromatic Colors of #5BFACD
Black with #5BFACD
Text Example
Text Example
White with #5BFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFACD; }
p { color: rgb(91,250,205); }
H1.HeaderClassName
{
color: #5BFACD;
}
.AnyTagClassName
{
color: #5BFACD;
}
</style>
background-color css
<style>
a { background-color: #5BFACD; }
a { background-color: rgb(91,250,205); }
div.DivClassName
{
background-color: #5BFACD;
}
.BgClassName
{
background-color: #5BFACD;
}
</style>
border-color css
<style>
span { border-color: #5BFACD; }
span { border-color: rgb(91,250,205); }
td.TdClassName
{
border-color: #5BFACD;
}
.TagClassName
{
border-color: #5BFACD;
}
</style>