Shades of Aquamarine #60FBCD
Tints of Aquamarine #60FBCD
RGB
CMYK
RGB Variations
Color information
#60FBCD (or 0x60FBCD) is known color: Aquamarine. HEX triplet: 60, FB and CD. RGB value is (96,251,205). Sum of RGB (Red+Green+Blue) = 96+251+205=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBCD is #9F0432. Grayscale: #C7C7C7. Windows color (decimal): -10421299 or 13499232. OLE color: 13499232.
HSL color Cylindrical-coordinate representation of color #60FBCD: hue angle of 162.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FBCD is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 205 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.02 |
| HSL | 162.19º | 0.95% | 0.68% | - |
| HSV(B) | 162.19º | 0.62% | 0.98% | - |
| XYZ | 50.34 | 75.89 | 69.75 | - |
| YUV | 199.41 | 131.15 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 205 | 0.62 | 0 | 0.18 | 0.02 | 162.19 | 0.95 | 0.68 |
| Hex | 60 | FB | CD | 3E | 0 | 12 | 2 | A2 | 5F | 44 |
| Octal | 140 | 373 | 315 | 76 | 0 | 22 | 2 | 242 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11001101 | 111110 | 0 | 10010 | 10 | 10100010 | 1011111 | 1000100 |
Color Harmonies of #60FBCD
Complementary color
Monochromatic Colors of #60FBCD
Black with #60FBCD
Text Example
Text Example
White with #60FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBCD; }
p { color: rgb(96,251,205); }
H1.HeaderClassName
{
color: #60FBCD;
}
.AnyTagClassName
{
color: #60FBCD;
}
</style>
background-color css
<style>
a { background-color: #60FBCD; }
a { background-color: rgb(96,251,205); }
div.DivClassName
{
background-color: #60FBCD;
}
.BgClassName
{
background-color: #60FBCD;
}
</style>
border-color css
<style>
span { border-color: #60FBCD; }
span { border-color: rgb(96,251,205); }
td.TdClassName
{
border-color: #60FBCD;
}
.TagClassName
{
border-color: #60FBCD;
}
</style>