Shades of Medium Aquamarine #60E2B3
Tints of Medium Aquamarine #60E2B3
RGB
CMYK
RGB Variations
Color information
#60E2B3 (or 0x60E2B3) is known color: Medium Aquamarine. HEX triplet: 60, E2 and B3. RGB value is (96,226,179). Sum of RGB (Red+Green+Blue) = 96+226+179=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #60E2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E2B3 is #9F1D4C. Grayscale: #B5B5B5. Windows color (decimal): -10427725 or 11788896. OLE color: 11788896.
HSL color Cylindrical-coordinate representation of color #60E2B3: hue angle of 158.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E2B3 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 179 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.11 |
| HSL | 158.31º | 0.69% | 0.63% | - |
| HSV(B) | 158.31º | 0.58% | 0.89% | - |
| XYZ | 40.16 | 60.13 | 52.14 | - |
| YUV | 181.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 179 | 0.58 | 0 | 0.21 | 0.11 | 158.31 | 0.69 | 0.63 |
| Hex | 60 | E2 | B3 | 3A | 0 | 15 | B | 9E | 45 | 3F |
| Octal | 140 | 342 | 263 | 72 | 0 | 25 | 13 | 236 | 105 | 77 |
| Binary | 1100000 | 11100010 | 10110011 | 111010 | 0 | 10101 | 1011 | 10011110 | 1000101 | 111111 |
Color Harmonies of #60E2B3
Complementary color
Monochromatic Colors of #60E2B3
Black with #60E2B3
Text Example
Text Example
White with #60E2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E2B3; }
p { color: rgb(96,226,179); }
H1.HeaderClassName
{
color: #60E2B3;
}
.AnyTagClassName
{
color: #60E2B3;
}
</style>
background-color css
<style>
a { background-color: #60E2B3; }
a { background-color: rgb(96,226,179); }
div.DivClassName
{
background-color: #60E2B3;
}
.BgClassName
{
background-color: #60E2B3;
}
</style>
border-color css
<style>
span { border-color: #60E2B3; }
span { border-color: rgb(96,226,179); }
td.TdClassName
{
border-color: #60E2B3;
}
.TagClassName
{
border-color: #60E2B3;
}
</style>