Shades of Aquamarine #60FFBD
Tints of Aquamarine #60FFBD
RGB
CMYK
RGB Variations
Color information
#60FFBD (or 0x60FFBD) is known color: Aquamarine. HEX triplet: 60, FF and BD. RGB value is (96,255,189). Sum of RGB (Red+Green+Blue) = 96+255+189=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFBD is #9F0042. Grayscale: #C8C8C8. Windows color (decimal): -10420291 or 12451680. OLE color: 12451680.
HSL color Cylindrical-coordinate representation of color #60FFBD: hue angle of 155.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFBD is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 189 | - |
| CMYK | 0.62 | 0 | 0.26 | 0 |
| HSL | 155.09º | 1% | 0.69% | - |
| HSV(B) | 155.09º | 0.62% | 1% | - |
| XYZ | 49.77 | 77.68 | 60.51 | - |
| YUV | 199.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 189 | 0.62 | 0 | 0.26 | 0 | 155.09 | 1 | 0.69 |
| Hex | 60 | FF | BD | 3E | 0 | 1A | 0 | 9B | 64 | 45 |
| Octal | 140 | 377 | 275 | 76 | 0 | 32 | 0 | 233 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10111101 | 111110 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000101 |
Color Harmonies of #60FFBD
Complementary color
Monochromatic Colors of #60FFBD
Black with #60FFBD
Text Example
Text Example
White with #60FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFBD; }
p { color: rgb(96,255,189); }
H1.HeaderClassName
{
color: #60FFBD;
}
.AnyTagClassName
{
color: #60FFBD;
}
</style>
background-color css
<style>
a { background-color: #60FFBD; }
a { background-color: rgb(96,255,189); }
div.DivClassName
{
background-color: #60FFBD;
}
.BgClassName
{
background-color: #60FFBD;
}
</style>
border-color css
<style>
span { border-color: #60FFBD; }
span { border-color: rgb(96,255,189); }
td.TdClassName
{
border-color: #60FFBD;
}
.TagClassName
{
border-color: #60FFBD;
}
</style>