Shades of Aquamarine #5CFFDF
Tints of Aquamarine #5CFFDF
RGB
CMYK
RGB Variations
Color information
#5CFFDF (or 0x5CFFDF) is known color: Aquamarine. HEX triplet: 5C, FF and DF. RGB value is (92,255,223). Sum of RGB (Red+Green+Blue) = 92+255+223=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFDF is #A30020. Grayscale: #CACACA. Windows color (decimal): -10682401 or 14679900. OLE color: 14679900.
HSL color Cylindrical-coordinate representation of color #5CFFDF: hue angle of 168.22º 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 #5CFFDF is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 223 | - |
| CMYK | 0.64 | 0 | 0.13 | 0 |
| HSL | 168.22º | 1% | 0.68% | - |
| HSV(B) | 168.22º | 0.64% | 1% | - |
| XYZ | 53.49 | 79.12 | 82.26 | - |
| YUV | 202.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 223 | 0.64 | 0 | 0.13 | 0 | 168.22 | 1 | 0.68 |
| Hex | 5C | FF | DF | 40 | 0 | D | 0 | A8 | 64 | 44 |
| Octal | 134 | 377 | 337 | 100 | 0 | 15 | 0 | 250 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11011111 | 1000000 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000100 |
Color Harmonies of #5CFFDF
Complementary color
Monochromatic Colors of #5CFFDF
Black with #5CFFDF
Text Example
Text Example
White with #5CFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFDF; }
p { color: rgb(92,255,223); }
H1.HeaderClassName
{
color: #5CFFDF;
}
.AnyTagClassName
{
color: #5CFFDF;
}
</style>
background-color css
<style>
a { background-color: #5CFFDF; }
a { background-color: rgb(92,255,223); }
div.DivClassName
{
background-color: #5CFFDF;
}
.BgClassName
{
background-color: #5CFFDF;
}
</style>
border-color css
<style>
span { border-color: #5CFFDF; }
span { border-color: rgb(92,255,223); }
td.TdClassName
{
border-color: #5CFFDF;
}
.TagClassName
{
border-color: #5CFFDF;
}
</style>