Shades of Aquamarine #60FDB6
Tints of Aquamarine #60FDB6
RGB
CMYK
RGB Variations
Color information
#60FDB6 (or 0x60FDB6) is known color: Aquamarine. HEX triplet: 60, FD and B6. RGB value is (96,253,182). Sum of RGB (Red+Green+Blue) = 96+253+182=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDB6 is #9F0249. Grayscale: #C6C6C6. Windows color (decimal): -10420810 or 11992416. OLE color: 11992416.
HSL color Cylindrical-coordinate representation of color #60FDB6: hue angle of 152.87º 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 #60FDB6 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 182 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.01 |
| HSL | 152.87º | 0.98% | 0.68% | - |
| HSV(B) | 152.87º | 0.62% | 0.99% | - |
| XYZ | 48.39 | 76.11 | 56.4 | - |
| YUV | 197.96 | 118.99 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 182 | 0.62 | 0 | 0.28 | 0.01 | 152.87 | 0.98 | 0.68 |
| Hex | 60 | FD | B6 | 3E | 0 | 1C | 1 | 99 | 62 | 44 |
| Octal | 140 | 375 | 266 | 76 | 0 | 34 | 1 | 231 | 142 | 104 |
| Binary | 1100000 | 11111101 | 10110110 | 111110 | 0 | 11100 | 1 | 10011001 | 1100010 | 1000100 |
Color Harmonies of #60FDB6
Complementary color
Monochromatic Colors of #60FDB6
Black with #60FDB6
Text Example
Text Example
White with #60FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDB6; }
p { color: rgb(96,253,182); }
H1.HeaderClassName
{
color: #60FDB6;
}
.AnyTagClassName
{
color: #60FDB6;
}
</style>
background-color css
<style>
a { background-color: #60FDB6; }
a { background-color: rgb(96,253,182); }
div.DivClassName
{
background-color: #60FDB6;
}
.BgClassName
{
background-color: #60FDB6;
}
</style>
border-color css
<style>
span { border-color: #60FDB6; }
span { border-color: rgb(96,253,182); }
td.TdClassName
{
border-color: #60FDB6;
}
.TagClassName
{
border-color: #60FDB6;
}
</style>