Shades of Aquamarine #60FCDD
Tints of Aquamarine #60FCDD
RGB
CMYK
RGB Variations
Color information
#60FCDD (or 0x60FCDD) is known color: Aquamarine. HEX triplet: 60, FC and DD. RGB value is (96,252,221). Sum of RGB (Red+Green+Blue) = 96+252+221=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCDD is #9F0322. Grayscale: #C9C9C9. Windows color (decimal): -10421027 or 14548064. OLE color: 14548064.
HSL color Cylindrical-coordinate representation of color #60FCDD: hue angle of 168.08º degrees, saturation: 0.96, 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 #60FCDD is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 221 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.08º | 0.96% | 0.68% | - |
| HSV(B) | 168.08º | 0.62% | 0.99% | - |
| XYZ | 52.69 | 77.33 | 80.56 | - |
| YUV | 201.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 221 | 0.62 | 0 | 0.12 | 0.01 | 168.08 | 0.96 | 0.68 |
| Hex | 60 | FC | DD | 3E | 0 | C | 1 | A8 | 60 | 44 |
| Octal | 140 | 374 | 335 | 76 | 0 | 14 | 1 | 250 | 140 | 104 |
| Binary | 1100000 | 11111100 | 11011101 | 111110 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000100 |
Color Harmonies of #60FCDD
Complementary color
Monochromatic Colors of #60FCDD
Black with #60FCDD
Text Example
Text Example
White with #60FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCDD; }
p { color: rgb(96,252,221); }
H1.HeaderClassName
{
color: #60FCDD;
}
.AnyTagClassName
{
color: #60FCDD;
}
</style>
background-color css
<style>
a { background-color: #60FCDD; }
a { background-color: rgb(96,252,221); }
div.DivClassName
{
background-color: #60FCDD;
}
.BgClassName
{
background-color: #60FCDD;
}
</style>
border-color css
<style>
span { border-color: #60FCDD; }
span { border-color: rgb(96,252,221); }
td.TdClassName
{
border-color: #60FCDD;
}
.TagClassName
{
border-color: #60FCDD;
}
</style>