Shades of Aquamarine #60FCBC
Tints of Aquamarine #60FCBC
RGB
CMYK
RGB Variations
Color information
#60FCBC (or 0x60FCBC) is known color: Aquamarine. HEX triplet: 60, FC and BC. RGB value is (96,252,188). Sum of RGB (Red+Green+Blue) = 96+252+188=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCBC is #9F0343. Grayscale: #C6C6C6. Windows color (decimal): -10421060 or 12385376. OLE color: 12385376.
HSL color Cylindrical-coordinate representation of color #60FCBC: hue angle of 155.38º degrees, saturation: 0.96, 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 #60FCBC is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 188 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.01 |
| HSL | 155.38º | 0.96% | 0.68% | - |
| HSV(B) | 155.38º | 0.62% | 0.99% | - |
| XYZ | 48.71 | 75.74 | 59.63 | - |
| YUV | 198.06 | 122.32 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 188 | 0.62 | 0 | 0.25 | 0.01 | 155.38 | 0.96 | 0.68 |
| Hex | 60 | FC | BC | 3E | 0 | 19 | 1 | 9B | 60 | 44 |
| Octal | 140 | 374 | 274 | 76 | 0 | 31 | 1 | 233 | 140 | 104 |
| Binary | 1100000 | 11111100 | 10111100 | 111110 | 0 | 11001 | 1 | 10011011 | 1100000 | 1000100 |
Color Harmonies of #60FCBC
Complementary color
Monochromatic Colors of #60FCBC
Black with #60FCBC
Text Example
Text Example
White with #60FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCBC; }
p { color: rgb(96,252,188); }
H1.HeaderClassName
{
color: #60FCBC;
}
.AnyTagClassName
{
color: #60FCBC;
}
</style>
background-color css
<style>
a { background-color: #60FCBC; }
a { background-color: rgb(96,252,188); }
div.DivClassName
{
background-color: #60FCBC;
}
.BgClassName
{
background-color: #60FCBC;
}
</style>
border-color css
<style>
span { border-color: #60FCBC; }
span { border-color: rgb(96,252,188); }
td.TdClassName
{
border-color: #60FCBC;
}
.TagClassName
{
border-color: #60FCBC;
}
</style>