Shades of Aquamarine #5CFEDF
Tints of Aquamarine #5CFEDF
RGB
CMYK
RGB Variations
Color information
#5CFEDF (or 0x5CFEDF) is known color: Aquamarine. HEX triplet: 5C, FE and DF. RGB value is (92,254,223). Sum of RGB (Red+Green+Blue) = 92+254+223=569 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.17% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFEDF is #A30120. Grayscale: #C9C9C9. Windows color (decimal): -10682657 or 14679644. OLE color: 14679644.
HSL color Cylindrical-coordinate representation of color #5CFEDF: hue angle of 168.52º 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 #5CFEDF is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 223 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.00 |
| HSL | 168.52º | 0.99% | 0.68% | - |
| HSV(B) | 168.52º | 0.64% | 1% | - |
| XYZ | 53.17 | 78.49 | 82.16 | - |
| YUV | 202.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 223 | 0.64 | 0 | 0.12 | 0.00 | 168.52 | 0.99 | 0.68 |
| Hex | 5C | FE | DF | 40 | 0 | C | 0 | A9 | 63 | 44 |
| Octal | 134 | 376 | 337 | 100 | 0 | 14 | 0 | 251 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11011111 | 1000000 | 0 | 1100 | 0 | 10101001 | 1100011 | 1000100 |
Color Harmonies of #5CFEDF
Complementary color
Monochromatic Colors of #5CFEDF
Black with #5CFEDF
Text Example
Text Example
White with #5CFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEDF; }
p { color: rgb(92,254,223); }
H1.HeaderClassName
{
color: #5CFEDF;
}
.AnyTagClassName
{
color: #5CFEDF;
}
</style>
background-color css
<style>
a { background-color: #5CFEDF; }
a { background-color: rgb(92,254,223); }
div.DivClassName
{
background-color: #5CFEDF;
}
.BgClassName
{
background-color: #5CFEDF;
}
</style>
border-color css
<style>
span { border-color: #5CFEDF; }
span { border-color: rgb(92,254,223); }
td.TdClassName
{
border-color: #5CFEDF;
}
.TagClassName
{
border-color: #5CFEDF;
}
</style>