Shades of Aquamarine #60FDB3
Tints of Aquamarine #60FDB3
RGB
CMYK
RGB Variations
Color information
#60FDB3 (or 0x60FDB3) is known color: Aquamarine. HEX triplet: 60, FD and B3. RGB value is (96,253,179). Sum of RGB (Red+Green+Blue) = 96+253+179=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDB3 is #9F024C. Grayscale: #C5C5C5. Windows color (decimal): -10420813 or 11795808. OLE color: 11795808.
HSL color Cylindrical-coordinate representation of color #60FDB3: hue angle of 151.72º 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 #60FDB3 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 179 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.01 |
| HSL | 151.72º | 0.98% | 0.68% | - |
| HSV(B) | 151.72º | 0.62% | 0.99% | - |
| XYZ | 48.09 | 75.99 | 54.78 | - |
| YUV | 197.62 | 117.49 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 179 | 0.62 | 0 | 0.29 | 0.01 | 151.72 | 0.98 | 0.68 |
| Hex | 60 | FD | B3 | 3E | 0 | 1D | 1 | 98 | 62 | 44 |
| Octal | 140 | 375 | 263 | 76 | 0 | 35 | 1 | 230 | 142 | 104 |
| Binary | 1100000 | 11111101 | 10110011 | 111110 | 0 | 11101 | 1 | 10011000 | 1100010 | 1000100 |
Color Harmonies of #60FDB3
Complementary color
Monochromatic Colors of #60FDB3
Black with #60FDB3
Text Example
Text Example
White with #60FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDB3; }
p { color: rgb(96,253,179); }
H1.HeaderClassName
{
color: #60FDB3;
}
.AnyTagClassName
{
color: #60FDB3;
}
</style>
background-color css
<style>
a { background-color: #60FDB3; }
a { background-color: rgb(96,253,179); }
div.DivClassName
{
background-color: #60FDB3;
}
.BgClassName
{
background-color: #60FDB3;
}
</style>
border-color css
<style>
span { border-color: #60FDB3; }
span { border-color: rgb(96,253,179); }
td.TdClassName
{
border-color: #60FDB3;
}
.TagClassName
{
border-color: #60FDB3;
}
</style>