Shades of Aquamarine #5CFFCD
Tints of Aquamarine #5CFFCD
RGB
CMYK
RGB Variations
Color information
#5CFFCD (or 0x5CFFCD) is known color: Aquamarine. HEX triplet: 5C, FF and CD. RGB value is (92,255,205). Sum of RGB (Red+Green+Blue) = 92+255+205=552 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.67% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFCD is #A30032. Grayscale: #C8C8C8. Windows color (decimal): -10682419 or 13500252. OLE color: 13500252.
HSL color Cylindrical-coordinate representation of color #5CFFCD: hue angle of 161.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 #5CFFCD is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 205 | - |
| CMYK | 0.64 | 0 | 0.20 | 0 |
| HSL | 161.6º | 1% | 0.68% | - |
| HSV(B) | 161.6º | 0.64% | 1% | - |
| XYZ | 51.19 | 78.2 | 70.15 | - |
| YUV | 200.56 | 130.5 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 205 | 0.64 | 0 | 0.20 | 0 | 161.6 | 1 | 0.68 |
| Hex | 5C | FF | CD | 40 | 0 | 14 | 0 | A2 | 64 | 44 |
| Octal | 134 | 377 | 315 | 100 | 0 | 24 | 0 | 242 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11001101 | 1000000 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000100 |
Color Harmonies of #5CFFCD
Complementary color
Monochromatic Colors of #5CFFCD
Black with #5CFFCD
Text Example
Text Example
White with #5CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFCD; }
p { color: rgb(92,255,205); }
H1.HeaderClassName
{
color: #5CFFCD;
}
.AnyTagClassName
{
color: #5CFFCD;
}
</style>
background-color css
<style>
a { background-color: #5CFFCD; }
a { background-color: rgb(92,255,205); }
div.DivClassName
{
background-color: #5CFFCD;
}
.BgClassName
{
background-color: #5CFFCD;
}
</style>
border-color css
<style>
span { border-color: #5CFFCD; }
span { border-color: rgb(92,255,205); }
td.TdClassName
{
border-color: #5CFFCD;
}
.TagClassName
{
border-color: #5CFFCD;
}
</style>