Shades of Aquamarine #60FDDF
Tints of Aquamarine #60FDDF
RGB
CMYK
RGB Variations
Color information
#60FDDF (or 0x60FDDF) is known color: Aquamarine. HEX triplet: 60, FD and DF. RGB value is (96,253,223). Sum of RGB (Red+Green+Blue) = 96+253+223=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDDF is #9F0220. Grayscale: #CACACA. Windows color (decimal): -10420769 or 14679392. OLE color: 14679392.
HSL color Cylindrical-coordinate representation of color #60FDDF: hue angle of 168.54º 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 #60FDDF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 223 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.54º | 0.98% | 0.68% | - |
| HSV(B) | 168.54º | 0.62% | 0.99% | - |
| XYZ | 53.27 | 78.07 | 82.07 | - |
| YUV | 202.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 223 | 0.62 | 0 | 0.12 | 0.01 | 168.54 | 0.98 | 0.68 |
| Hex | 60 | FD | DF | 3E | 0 | C | 1 | A9 | 62 | 44 |
| Octal | 140 | 375 | 337 | 76 | 0 | 14 | 1 | 251 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11011111 | 111110 | 0 | 1100 | 1 | 10101001 | 1100010 | 1000100 |
Color Harmonies of #60FDDF
Complementary color
Monochromatic Colors of #60FDDF
Black with #60FDDF
Text Example
Text Example
White with #60FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDDF; }
p { color: rgb(96,253,223); }
H1.HeaderClassName
{
color: #60FDDF;
}
.AnyTagClassName
{
color: #60FDDF;
}
</style>
background-color css
<style>
a { background-color: #60FDDF; }
a { background-color: rgb(96,253,223); }
div.DivClassName
{
background-color: #60FDDF;
}
.BgClassName
{
background-color: #60FDDF;
}
</style>
border-color css
<style>
span { border-color: #60FDDF; }
span { border-color: rgb(96,253,223); }
td.TdClassName
{
border-color: #60FDDF;
}
.TagClassName
{
border-color: #60FDDF;
}
</style>