Shades of Aquamarine #60FDB4
Tints of Aquamarine #60FDB4
RGB
CMYK
RGB Variations
Color information
#60FDB4 (or 0x60FDB4) is known color: Aquamarine. HEX triplet: 60, FD and B4. RGB value is (96,253,180). Sum of RGB (Red+Green+Blue) = 96+253+180=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDB4 is #9F024B. Grayscale: #C5C5C5. Windows color (decimal): -10420812 or 11861344. OLE color: 11861344.
HSL color Cylindrical-coordinate representation of color #60FDB4: hue angle of 152.1º 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 #60FDB4 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 180 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.01 |
| HSL | 152.1º | 0.98% | 0.68% | - |
| HSV(B) | 152.1º | 0.62% | 0.99% | - |
| XYZ | 48.19 | 76.03 | 55.32 | - |
| YUV | 197.74 | 117.99 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 180 | 0.62 | 0 | 0.29 | 0.01 | 152.1 | 0.98 | 0.68 |
| Hex | 60 | FD | B4 | 3E | 0 | 1D | 1 | 98 | 62 | 44 |
| Octal | 140 | 375 | 264 | 76 | 0 | 35 | 1 | 230 | 142 | 104 |
| Binary | 1100000 | 11111101 | 10110100 | 111110 | 0 | 11101 | 1 | 10011000 | 1100010 | 1000100 |
Color Harmonies of #60FDB4
Complementary color
Monochromatic Colors of #60FDB4
Black with #60FDB4
Text Example
Text Example
White with #60FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDB4; }
p { color: rgb(96,253,180); }
H1.HeaderClassName
{
color: #60FDB4;
}
.AnyTagClassName
{
color: #60FDB4;
}
</style>
background-color css
<style>
a { background-color: #60FDB4; }
a { background-color: rgb(96,253,180); }
div.DivClassName
{
background-color: #60FDB4;
}
.BgClassName
{
background-color: #60FDB4;
}
</style>
border-color css
<style>
span { border-color: #60FDB4; }
span { border-color: rgb(96,253,180); }
td.TdClassName
{
border-color: #60FDB4;
}
.TagClassName
{
border-color: #60FDB4;
}
</style>