Shades of Aquamarine #5CFFBA
Tints of Aquamarine #5CFFBA
RGB
CMYK
RGB Variations
Color information
#5CFFBA (or 0x5CFFBA) is known color: Aquamarine. HEX triplet: 5C, FF and BA. RGB value is (92,255,186). Sum of RGB (Red+Green+Blue) = 92+255+186=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFBA is #A30045. Grayscale: #C6C6C6. Windows color (decimal): -10682438 or 12255068. OLE color: 12255068.
HSL color Cylindrical-coordinate representation of color #5CFFBA: hue angle of 154.6º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFBA is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 186 | - |
| CMYK | 0.64 | 0 | 0.27 | 0 |
| HSL | 154.6º | 1% | 0.68% | - |
| HSV(B) | 154.6º | 0.64% | 1% | - |
| XYZ | 49.04 | 77.34 | 58.8 | - |
| YUV | 198.4 | 121 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 186 | 0.64 | 0 | 0.27 | 0 | 154.6 | 1 | 0.68 |
| Hex | 5C | FF | BA | 40 | 0 | 1B | 0 | 9B | 64 | 44 |
| Octal | 134 | 377 | 272 | 100 | 0 | 33 | 0 | 233 | 144 | 104 |
| Binary | 1011100 | 11111111 | 10111010 | 1000000 | 0 | 11011 | 0 | 10011011 | 1100100 | 1000100 |
Color Harmonies of #5CFFBA
Complementary color
Monochromatic Colors of #5CFFBA
Black with #5CFFBA
Text Example
Text Example
White with #5CFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFBA; }
p { color: rgb(92,255,186); }
H1.HeaderClassName
{
color: #5CFFBA;
}
.AnyTagClassName
{
color: #5CFFBA;
}
</style>
background-color css
<style>
a { background-color: #5CFFBA; }
a { background-color: rgb(92,255,186); }
div.DivClassName
{
background-color: #5CFFBA;
}
.BgClassName
{
background-color: #5CFFBA;
}
</style>
border-color css
<style>
span { border-color: #5CFFBA; }
span { border-color: rgb(92,255,186); }
td.TdClassName
{
border-color: #5CFFBA;
}
.TagClassName
{
border-color: #5CFFBA;
}
</style>