Shades of Medium Aquamarine #60EBB4
Tints of Medium Aquamarine #60EBB4
RGB
CMYK
RGB Variations
Color information
#60EBB4 (or 0x60EBB4) is known color: Medium Aquamarine. HEX triplet: 60, EB and B4. RGB value is (96,235,180). Sum of RGB (Red+Green+Blue) = 96+235+180=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBB4 is #9F144B. Grayscale: #BBBBBB. Windows color (decimal): -10425420 or 11856736. OLE color: 11856736.
HSL color Cylindrical-coordinate representation of color #60EBB4: hue angle of 156.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBB4 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 235 | 180 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.08 |
| HSL | 156.26º | 0.78% | 0.65% | - |
| HSV(B) | 156.26º | 0.59% | 0.92% | - |
| XYZ | 42.77 | 65.2 | 53.51 | - |
| YUV | 187.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 235 | 180 | 0.59 | 0 | 0.23 | 0.08 | 156.26 | 0.78 | 0.65 |
| Hex | 60 | EB | B4 | 3B | 0 | 17 | 8 | 9C | 4E | 41 |
| Octal | 140 | 353 | 264 | 73 | 0 | 27 | 10 | 234 | 116 | 101 |
| Binary | 1100000 | 11101011 | 10110100 | 111011 | 0 | 10111 | 1000 | 10011100 | 1001110 | 1000001 |
Color Harmonies of #60EBB4
Complementary color
Monochromatic Colors of #60EBB4
Black with #60EBB4
Text Example
Text Example
White with #60EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EBB4; }
p { color: rgb(96,235,180); }
H1.HeaderClassName
{
color: #60EBB4;
}
.AnyTagClassName
{
color: #60EBB4;
}
</style>
background-color css
<style>
a { background-color: #60EBB4; }
a { background-color: rgb(96,235,180); }
div.DivClassName
{
background-color: #60EBB4;
}
.BgClassName
{
background-color: #60EBB4;
}
</style>
border-color css
<style>
span { border-color: #60EBB4; }
span { border-color: rgb(96,235,180); }
td.TdClassName
{
border-color: #60EBB4;
}
.TagClassName
{
border-color: #60EBB4;
}
</style>