Shades of Aquamarine #60FDBC
Tints of Aquamarine #60FDBC
RGB
CMYK
RGB Variations
Color information
#60FDBC (or 0x60FDBC) is known color: Aquamarine. HEX triplet: 60, FD and BC. RGB value is (96,253,188). Sum of RGB (Red+Green+Blue) = 96+253+188=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDBC is #9F0243. Grayscale: #C6C6C6. Windows color (decimal): -10420804 or 12385632. OLE color: 12385632.
HSL color Cylindrical-coordinate representation of color #60FDBC: hue angle of 155.16º 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 #60FDBC is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 188 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.01 |
| HSL | 155.16º | 0.98% | 0.68% | - |
| HSV(B) | 155.16º | 0.62% | 0.99% | - |
| XYZ | 49.03 | 76.37 | 59.73 | - |
| YUV | 198.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 188 | 0.62 | 0 | 0.26 | 0.01 | 155.16 | 0.98 | 0.68 |
| Hex | 60 | FD | BC | 3E | 0 | 1A | 1 | 9B | 62 | 44 |
| Octal | 140 | 375 | 274 | 76 | 0 | 32 | 1 | 233 | 142 | 104 |
| Binary | 1100000 | 11111101 | 10111100 | 111110 | 0 | 11010 | 1 | 10011011 | 1100010 | 1000100 |
Color Harmonies of #60FDBC
Complementary color
Monochromatic Colors of #60FDBC
Black with #60FDBC
Text Example
Text Example
White with #60FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDBC; }
p { color: rgb(96,253,188); }
H1.HeaderClassName
{
color: #60FDBC;
}
.AnyTagClassName
{
color: #60FDBC;
}
</style>
background-color css
<style>
a { background-color: #60FDBC; }
a { background-color: rgb(96,253,188); }
div.DivClassName
{
background-color: #60FDBC;
}
.BgClassName
{
background-color: #60FDBC;
}
</style>
border-color css
<style>
span { border-color: #60FDBC; }
span { border-color: rgb(96,253,188); }
td.TdClassName
{
border-color: #60FDBC;
}
.TagClassName
{
border-color: #60FDBC;
}
</style>