Shades of Aquamarine #60FFB5
Tints of Aquamarine #60FFB5
RGB
CMYK
RGB Variations
Color information
#60FFB5 (or 0x60FFB5) is known color: Aquamarine. HEX triplet: 60, FF and B5. RGB value is (96,255,181). Sum of RGB (Red+Green+Blue) = 96+255+181=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFB5 is #9F004A. Grayscale: #C7C7C7. Windows color (decimal): -10420299 or 11927392. OLE color: 11927392.
HSL color Cylindrical-coordinate representation of color #60FFB5: hue angle of 152.08º 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 #60FFB5 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 181 | - |
| CMYK | 0.62 | 0 | 0.29 | 0 |
| HSL | 152.08º | 1% | 0.69% | - |
| HSV(B) | 152.08º | 0.62% | 1% | - |
| XYZ | 48.92 | 77.34 | 56.07 | - |
| YUV | 199.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 181 | 0.62 | 0 | 0.29 | 0 | 152.08 | 1 | 0.69 |
| Hex | 60 | FF | B5 | 3E | 0 | 1D | 0 | 98 | 64 | 45 |
| Octal | 140 | 377 | 265 | 76 | 0 | 35 | 0 | 230 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10110101 | 111110 | 0 | 11101 | 0 | 10011000 | 1100100 | 1000101 |
Color Harmonies of #60FFB5
Complementary color
Monochromatic Colors of #60FFB5
Black with #60FFB5
Text Example
Text Example
White with #60FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFB5; }
p { color: rgb(96,255,181); }
H1.HeaderClassName
{
color: #60FFB5;
}
.AnyTagClassName
{
color: #60FFB5;
}
</style>
background-color css
<style>
a { background-color: #60FFB5; }
a { background-color: rgb(96,255,181); }
div.DivClassName
{
background-color: #60FFB5;
}
.BgClassName
{
background-color: #60FFB5;
}
</style>
border-color css
<style>
span { border-color: #60FFB5; }
span { border-color: rgb(96,255,181); }
td.TdClassName
{
border-color: #60FFB5;
}
.TagClassName
{
border-color: #60FFB5;
}
</style>