Shades of Aquamarine #5CFDC0
Tints of Aquamarine #5CFDC0
RGB
CMYK
RGB Variations
Color information
#5CFDC0 (or 0x5CFDC0) is known color: Aquamarine. HEX triplet: 5C, FD and C0. RGB value is (92,253,192). Sum of RGB (Red+Green+Blue) = 92+253+192=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFDC0 is #A3023F. Grayscale: #C5C5C5. Windows color (decimal): -10682944 or 12647772. OLE color: 12647772.
HSL color Cylindrical-coordinate representation of color #5CFDC0: hue angle of 157.27º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDC0 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 192 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.01 |
| HSL | 157.27º | 0.98% | 0.68% | - |
| HSV(B) | 157.27º | 0.64% | 0.99% | - |
| XYZ | 49.05 | 76.33 | 62.02 | - |
| YUV | 197.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 192 | 0.64 | 0 | 0.24 | 0.01 | 157.27 | 0.98 | 0.68 |
| Hex | 5C | FD | C0 | 40 | 0 | 18 | 1 | 9D | 62 | 44 |
| Octal | 134 | 375 | 300 | 100 | 0 | 30 | 1 | 235 | 142 | 104 |
| Binary | 1011100 | 11111101 | 11000000 | 1000000 | 0 | 11000 | 1 | 10011101 | 1100010 | 1000100 |
Color Harmonies of #5CFDC0
Complementary color
Monochromatic Colors of #5CFDC0
Black with #5CFDC0
Text Example
Text Example
White with #5CFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDC0; }
p { color: rgb(92,253,192); }
H1.HeaderClassName
{
color: #5CFDC0;
}
.AnyTagClassName
{
color: #5CFDC0;
}
</style>
background-color css
<style>
a { background-color: #5CFDC0; }
a { background-color: rgb(92,253,192); }
div.DivClassName
{
background-color: #5CFDC0;
}
.BgClassName
{
background-color: #5CFDC0;
}
</style>
border-color css
<style>
span { border-color: #5CFDC0; }
span { border-color: rgb(92,253,192); }
td.TdClassName
{
border-color: #5CFDC0;
}
.TagClassName
{
border-color: #5CFDC0;
}
</style>