Shades of Aquamarine #60FBBC
Tints of Aquamarine #60FBBC
RGB
CMYK
RGB Variations
Color information
#60FBBC (or 0x60FBBC) is known color: Aquamarine. HEX triplet: 60, FB and BC. RGB value is (96,251,188). Sum of RGB (Red+Green+Blue) = 96+251+188=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBBC is #9F0443. Grayscale: #C5C5C5. Windows color (decimal): -10421316 or 12385120. OLE color: 12385120.
HSL color Cylindrical-coordinate representation of color #60FBBC: hue angle of 155.61º degrees, saturation: 0.95, 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 #60FBBC is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 188 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.02 |
| HSL | 155.61º | 0.95% | 0.68% | - |
| HSV(B) | 155.61º | 0.62% | 0.98% | - |
| XYZ | 48.4 | 75.11 | 59.52 | - |
| YUV | 197.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 188 | 0.62 | 0 | 0.25 | 0.02 | 155.61 | 0.95 | 0.68 |
| Hex | 60 | FB | BC | 3E | 0 | 19 | 2 | 9C | 5F | 44 |
| Octal | 140 | 373 | 274 | 76 | 0 | 31 | 2 | 234 | 137 | 104 |
| Binary | 1100000 | 11111011 | 10111100 | 111110 | 0 | 11001 | 10 | 10011100 | 1011111 | 1000100 |
Color Harmonies of #60FBBC
Complementary color
Monochromatic Colors of #60FBBC
Black with #60FBBC
Text Example
Text Example
White with #60FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBBC; }
p { color: rgb(96,251,188); }
H1.HeaderClassName
{
color: #60FBBC;
}
.AnyTagClassName
{
color: #60FBBC;
}
</style>
background-color css
<style>
a { background-color: #60FBBC; }
a { background-color: rgb(96,251,188); }
div.DivClassName
{
background-color: #60FBBC;
}
.BgClassName
{
background-color: #60FBBC;
}
</style>
border-color css
<style>
span { border-color: #60FBBC; }
span { border-color: rgb(96,251,188); }
td.TdClassName
{
border-color: #60FBBC;
}
.TagClassName
{
border-color: #60FBBC;
}
</style>