Shades of Aquamarine #60FACB
Tints of Aquamarine #60FACB
RGB
CMYK
RGB Variations
Color information
#60FACB (or 0x60FACB) is known color: Aquamarine. HEX triplet: 60, FA and CB. RGB value is (96,250,203). Sum of RGB (Red+Green+Blue) = 96+250+203=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #60FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FACB is #9F0534. Grayscale: #C6C6C6. Windows color (decimal): -10421557 or 13367904. OLE color: 13367904.
HSL color Cylindrical-coordinate representation of color #60FACB: hue angle of 161.69º degrees, saturation: 0.94, 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 #60FACB is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 203 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.02 |
| HSL | 161.69º | 0.94% | 0.68% | - |
| HSV(B) | 161.69º | 0.62% | 0.98% | - |
| XYZ | 49.79 | 75.17 | 68.38 | - |
| YUV | 198.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 203 | 0.62 | 0 | 0.19 | 0.02 | 161.69 | 0.94 | 0.68 |
| Hex | 60 | FA | CB | 3E | 0 | 13 | 2 | A2 | 5E | 44 |
| Octal | 140 | 372 | 313 | 76 | 0 | 23 | 2 | 242 | 136 | 104 |
| Binary | 1100000 | 11111010 | 11001011 | 111110 | 0 | 10011 | 10 | 10100010 | 1011110 | 1000100 |
Color Harmonies of #60FACB
Complementary color
Monochromatic Colors of #60FACB
Black with #60FACB
Text Example
Text Example
White with #60FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FACB; }
p { color: rgb(96,250,203); }
H1.HeaderClassName
{
color: #60FACB;
}
.AnyTagClassName
{
color: #60FACB;
}
</style>
background-color css
<style>
a { background-color: #60FACB; }
a { background-color: rgb(96,250,203); }
div.DivClassName
{
background-color: #60FACB;
}
.BgClassName
{
background-color: #60FACB;
}
</style>
border-color css
<style>
span { border-color: #60FACB; }
span { border-color: rgb(96,250,203); }
td.TdClassName
{
border-color: #60FACB;
}
.TagClassName
{
border-color: #60FACB;
}
</style>