Shades of Aquamarine #5CFCB9
Tints of Aquamarine #5CFCB9
RGB
CMYK
RGB Variations
Color information
#5CFCB9 (or 0x5CFCB9) is known color: Aquamarine. HEX triplet: 5C, FC and B9. RGB value is (92,252,185). Sum of RGB (Red+Green+Blue) = 92+252+185=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFCB9 is #A30346. Grayscale: #C4C4C4. Windows color (decimal): -10683207 or 12188764. OLE color: 12188764.
HSL color Cylindrical-coordinate representation of color #5CFCB9: hue angle of 154.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFCB9 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 185 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.01 |
| HSL | 154.88º | 0.96% | 0.67% | - |
| HSV(B) | 154.88º | 0.63% | 0.99% | - |
| XYZ | 47.98 | 75.4 | 57.92 | - |
| YUV | 196.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 185 | 0.63 | 0 | 0.27 | 0.01 | 154.88 | 0.96 | 0.67 |
| Hex | 5C | FC | B9 | 3F | 0 | 1B | 1 | 9B | 60 | 43 |
| Octal | 134 | 374 | 271 | 77 | 0 | 33 | 1 | 233 | 140 | 103 |
| Binary | 1011100 | 11111100 | 10111001 | 111111 | 0 | 11011 | 1 | 10011011 | 1100000 | 1000011 |
Color Harmonies of #5CFCB9
Complementary color
Monochromatic Colors of #5CFCB9
Black with #5CFCB9
Text Example
Text Example
White with #5CFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFCB9; }
p { color: rgb(92,252,185); }
H1.HeaderClassName
{
color: #5CFCB9;
}
.AnyTagClassName
{
color: #5CFCB9;
}
</style>
background-color css
<style>
a { background-color: #5CFCB9; }
a { background-color: rgb(92,252,185); }
div.DivClassName
{
background-color: #5CFCB9;
}
.BgClassName
{
background-color: #5CFCB9;
}
</style>
border-color css
<style>
span { border-color: #5CFCB9; }
span { border-color: rgb(92,252,185); }
td.TdClassName
{
border-color: #5CFCB9;
}
.TagClassName
{
border-color: #5CFCB9;
}
</style>