Shades of Aquamarine #5CFECC
Tints of Aquamarine #5CFECC
RGB
CMYK
RGB Variations
Color information
#5CFECC (or 0x5CFECC) is known color: Aquamarine. HEX triplet: 5C, FE and CC. RGB value is (92,254,204). Sum of RGB (Red+Green+Blue) = 92+254+204=550 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.73% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFECC is #A30133. Grayscale: #C7C7C7. Windows color (decimal): -10682676 or 13434460. OLE color: 13434460.
HSL color Cylindrical-coordinate representation of color #5CFECC: hue angle of 161.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFECC is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 204 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.00 |
| HSL | 161.48º | 0.99% | 0.68% | - |
| HSV(B) | 161.48º | 0.64% | 1% | - |
| XYZ | 50.75 | 77.52 | 69.41 | - |
| YUV | 199.86 | 130.33 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 204 | 0.64 | 0 | 0.20 | 0.00 | 161.48 | 0.99 | 0.68 |
| Hex | 5C | FE | CC | 40 | 0 | 14 | 0 | A1 | 63 | 44 |
| Octal | 134 | 376 | 314 | 100 | 0 | 24 | 0 | 241 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11001100 | 1000000 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000100 |
Color Harmonies of #5CFECC
Complementary color
Monochromatic Colors of #5CFECC
Black with #5CFECC
Text Example
Text Example
White with #5CFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFECC; }
p { color: rgb(92,254,204); }
H1.HeaderClassName
{
color: #5CFECC;
}
.AnyTagClassName
{
color: #5CFECC;
}
</style>
background-color css
<style>
a { background-color: #5CFECC; }
a { background-color: rgb(92,254,204); }
div.DivClassName
{
background-color: #5CFECC;
}
.BgClassName
{
background-color: #5CFECC;
}
</style>
border-color css
<style>
span { border-color: #5CFECC; }
span { border-color: rgb(92,254,204); }
td.TdClassName
{
border-color: #5CFECC;
}
.TagClassName
{
border-color: #5CFECC;
}
</style>