Shades of Aquamarine #60FEB5
Tints of Aquamarine #60FEB5
RGB
CMYK
RGB Variations
Color information
#60FEB5 (or 0x60FEB5) is known color: Aquamarine. HEX triplet: 60, FE and B5. RGB value is (96,254,181). Sum of RGB (Red+Green+Blue) = 96+254+181=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEB5 is #9F014A. Grayscale: #C6C6C6. Windows color (decimal): -10420555 or 11927136. OLE color: 11927136.
HSL color Cylindrical-coordinate representation of color #60FEB5: hue angle of 152.28º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEB5 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 181 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.00 |
| HSL | 152.28º | 0.99% | 0.69% | - |
| HSV(B) | 152.28º | 0.62% | 1% | - |
| XYZ | 48.61 | 76.71 | 55.96 | - |
| YUV | 198.44 | 118.15 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 181 | 0.62 | 0 | 0.29 | 0.00 | 152.28 | 0.99 | 0.69 |
| Hex | 60 | FE | B5 | 3E | 0 | 1D | 0 | 98 | 63 | 45 |
| Octal | 140 | 376 | 265 | 76 | 0 | 35 | 0 | 230 | 143 | 105 |
| Binary | 1100000 | 11111110 | 10110101 | 111110 | 0 | 11101 | 0 | 10011000 | 1100011 | 1000101 |
Color Harmonies of #60FEB5
Complementary color
Monochromatic Colors of #60FEB5
Black with #60FEB5
Text Example
Text Example
White with #60FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEB5; }
p { color: rgb(96,254,181); }
H1.HeaderClassName
{
color: #60FEB5;
}
.AnyTagClassName
{
color: #60FEB5;
}
</style>
background-color css
<style>
a { background-color: #60FEB5; }
a { background-color: rgb(96,254,181); }
div.DivClassName
{
background-color: #60FEB5;
}
.BgClassName
{
background-color: #60FEB5;
}
</style>
border-color css
<style>
span { border-color: #60FEB5; }
span { border-color: rgb(96,254,181); }
td.TdClassName
{
border-color: #60FEB5;
}
.TagClassName
{
border-color: #60FEB5;
}
</style>