Shades of Aquamarine #5CFED4
Tints of Aquamarine #5CFED4
RGB
CMYK
RGB Variations
Color information
#5CFED4 (or 0x5CFED4) is known color: Aquamarine. HEX triplet: 5C, FE and D4. RGB value is (92,254,212). Sum of RGB (Red+Green+Blue) = 92+254+212=558 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.49% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFED4 is #A3012B. Grayscale: #C8C8C8. Windows color (decimal): -10682668 or 13958748. OLE color: 13958748.
HSL color Cylindrical-coordinate representation of color #5CFED4: hue angle of 164.44º 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 #5CFED4 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 212 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.00 |
| HSL | 164.44º | 0.99% | 0.68% | - |
| HSV(B) | 164.44º | 0.64% | 1% | - |
| XYZ | 51.74 | 77.91 | 74.6 | - |
| YUV | 200.77 | 134.33 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 212 | 0.64 | 0 | 0.17 | 0.00 | 164.44 | 0.99 | 0.68 |
| Hex | 5C | FE | D4 | 40 | 0 | 11 | 0 | A4 | 63 | 44 |
| Octal | 134 | 376 | 324 | 100 | 0 | 21 | 0 | 244 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11010100 | 1000000 | 0 | 10001 | 0 | 10100100 | 1100011 | 1000100 |
Color Harmonies of #5CFED4
Complementary color
Monochromatic Colors of #5CFED4
Black with #5CFED4
Text Example
Text Example
White with #5CFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFED4; }
p { color: rgb(92,254,212); }
H1.HeaderClassName
{
color: #5CFED4;
}
.AnyTagClassName
{
color: #5CFED4;
}
</style>
background-color css
<style>
a { background-color: #5CFED4; }
a { background-color: rgb(92,254,212); }
div.DivClassName
{
background-color: #5CFED4;
}
.BgClassName
{
background-color: #5CFED4;
}
</style>
border-color css
<style>
span { border-color: #5CFED4; }
span { border-color: rgb(92,254,212); }
td.TdClassName
{
border-color: #5CFED4;
}
.TagClassName
{
border-color: #5CFED4;
}
</style>