Shades of Aquamarine #60FFDF
Tints of Aquamarine #60FFDF
RGB
CMYK
RGB Variations
Color information
#60FFDF (or 0x60FFDF) is known color: Aquamarine. HEX triplet: 60, FF and DF. RGB value is (96,255,223). Sum of RGB (Red+Green+Blue) = 96+255+223=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFDF is #9F0020. Grayscale: #CBCBCB. Windows color (decimal): -10420257 or 14679904. OLE color: 14679904.
HSL color Cylindrical-coordinate representation of color #60FFDF: hue angle of 167.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFDF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 223 | - |
| CMYK | 0.62 | 0 | 0.13 | 0 |
| HSL | 167.92º | 1% | 0.69% | - |
| HSV(B) | 167.92º | 0.62% | 1% | - |
| XYZ | 53.9 | 79.33 | 82.28 | - |
| YUV | 203.81 | 138.82 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 223 | 0.62 | 0 | 0.13 | 0 | 167.92 | 1 | 0.69 |
| Hex | 60 | FF | DF | 3E | 0 | D | 0 | A8 | 64 | 45 |
| Octal | 140 | 377 | 337 | 76 | 0 | 15 | 0 | 250 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11011111 | 111110 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000101 |
Color Harmonies of #60FFDF
Complementary color
Monochromatic Colors of #60FFDF
Black with #60FFDF
Text Example
Text Example
White with #60FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFDF; }
p { color: rgb(96,255,223); }
H1.HeaderClassName
{
color: #60FFDF;
}
.AnyTagClassName
{
color: #60FFDF;
}
</style>
background-color css
<style>
a { background-color: #60FFDF; }
a { background-color: rgb(96,255,223); }
div.DivClassName
{
background-color: #60FFDF;
}
.BgClassName
{
background-color: #60FFDF;
}
</style>
border-color css
<style>
span { border-color: #60FFDF; }
span { border-color: rgb(96,255,223); }
td.TdClassName
{
border-color: #60FFDF;
}
.TagClassName
{
border-color: #60FFDF;
}
</style>