Shades of Aquamarine #60FDDA
Tints of Aquamarine #60FDDA
RGB
CMYK
RGB Variations
Color information
#60FDDA (or 0x60FDDA) is known color: Aquamarine. HEX triplet: 60, FD and DA. RGB value is (96,253,218). Sum of RGB (Red+Green+Blue) = 96+253+218=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDDA is #9F0225. Grayscale: #CACACA. Windows color (decimal): -10420774 or 14351712. OLE color: 14351712.
HSL color Cylindrical-coordinate representation of color #60FDDA: hue angle of 166.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FDDA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 218 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.01 |
| HSL | 166.62º | 0.98% | 0.68% | - |
| HSV(B) | 166.62º | 0.62% | 0.99% | - |
| XYZ | 52.6 | 77.8 | 78.57 | - |
| YUV | 202.07 | 136.99 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 218 | 0.62 | 0 | 0.14 | 0.01 | 166.62 | 0.98 | 0.68 |
| Hex | 60 | FD | DA | 3E | 0 | E | 1 | A7 | 62 | 44 |
| Octal | 140 | 375 | 332 | 76 | 0 | 16 | 1 | 247 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11011010 | 111110 | 0 | 1110 | 1 | 10100111 | 1100010 | 1000100 |
Color Harmonies of #60FDDA
Complementary color
Monochromatic Colors of #60FDDA
Black with #60FDDA
Text Example
Text Example
White with #60FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDDA; }
p { color: rgb(96,253,218); }
H1.HeaderClassName
{
color: #60FDDA;
}
.AnyTagClassName
{
color: #60FDDA;
}
</style>
background-color css
<style>
a { background-color: #60FDDA; }
a { background-color: rgb(96,253,218); }
div.DivClassName
{
background-color: #60FDDA;
}
.BgClassName
{
background-color: #60FDDA;
}
</style>
border-color css
<style>
span { border-color: #60FDDA; }
span { border-color: rgb(96,253,218); }
td.TdClassName
{
border-color: #60FDDA;
}
.TagClassName
{
border-color: #60FDDA;
}
</style>