Shades of Aquamarine #60FDDD
Tints of Aquamarine #60FDDD
RGB
CMYK
RGB Variations
Color information
#60FDDD (or 0x60FDDD) is known color: Aquamarine. HEX triplet: 60, FD and DD. RGB value is (96,253,221). Sum of RGB (Red+Green+Blue) = 96+253+221=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDDD is #9F0222. Grayscale: #CACACA. Windows color (decimal): -10420771 or 14548320. OLE color: 14548320.
HSL color Cylindrical-coordinate representation of color #60FDDD: hue angle of 167.77º 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 #60FDDD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 221 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.01 |
| HSL | 167.77º | 0.98% | 0.68% | - |
| HSV(B) | 167.77º | 0.62% | 0.99% | - |
| XYZ | 53 | 77.96 | 80.66 | - |
| YUV | 202.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 221 | 0.62 | 0 | 0.13 | 0.01 | 167.77 | 0.98 | 0.68 |
| Hex | 60 | FD | DD | 3E | 0 | D | 1 | A8 | 62 | 44 |
| Octal | 140 | 375 | 335 | 76 | 0 | 15 | 1 | 250 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11011101 | 111110 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000100 |
Color Harmonies of #60FDDD
Complementary color
Monochromatic Colors of #60FDDD
Black with #60FDDD
Text Example
Text Example
White with #60FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDDD; }
p { color: rgb(96,253,221); }
H1.HeaderClassName
{
color: #60FDDD;
}
.AnyTagClassName
{
color: #60FDDD;
}
</style>
background-color css
<style>
a { background-color: #60FDDD; }
a { background-color: rgb(96,253,221); }
div.DivClassName
{
background-color: #60FDDD;
}
.BgClassName
{
background-color: #60FDDD;
}
</style>
border-color css
<style>
span { border-color: #60FDDD; }
span { border-color: rgb(96,253,221); }
td.TdClassName
{
border-color: #60FDDD;
}
.TagClassName
{
border-color: #60FDDD;
}
</style>