Shades of Medium Aquamarine #60EFB5
Tints of Medium Aquamarine #60EFB5
RGB
CMYK
RGB Variations
Color information
#60EFB5 (or 0x60EFB5) is known color: Medium Aquamarine. HEX triplet: 60, EF and B5. RGB value is (96,239,181). Sum of RGB (Red+Green+Blue) = 96+239+181=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFB5 is #9F104A. Grayscale: #BDBDBD. Windows color (decimal): -10424395 or 11923296. OLE color: 11923296.
HSL color Cylindrical-coordinate representation of color #60EFB5: hue angle of 155.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFB5 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 181 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.06 |
| HSL | 155.66º | 0.82% | 0.66% | - |
| HSV(B) | 155.66º | 0.6% | 0.94% | - |
| XYZ | 44.03 | 67.56 | 54.44 | - |
| YUV | 189.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 181 | 0.60 | 0 | 0.24 | 0.06 | 155.66 | 0.82 | 0.66 |
| Hex | 60 | EF | B5 | 3C | 0 | 18 | 6 | 9C | 52 | 42 |
| Octal | 140 | 357 | 265 | 74 | 0 | 30 | 6 | 234 | 122 | 102 |
| Binary | 1100000 | 11101111 | 10110101 | 111100 | 0 | 11000 | 110 | 10011100 | 1010010 | 1000010 |
Color Harmonies of #60EFB5
Complementary color
Monochromatic Colors of #60EFB5
Black with #60EFB5
Text Example
Text Example
White with #60EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFB5; }
p { color: rgb(96,239,181); }
H1.HeaderClassName
{
color: #60EFB5;
}
.AnyTagClassName
{
color: #60EFB5;
}
</style>
background-color css
<style>
a { background-color: #60EFB5; }
a { background-color: rgb(96,239,181); }
div.DivClassName
{
background-color: #60EFB5;
}
.BgClassName
{
background-color: #60EFB5;
}
</style>
border-color css
<style>
span { border-color: #60EFB5; }
span { border-color: rgb(96,239,181); }
td.TdClassName
{
border-color: #60EFB5;
}
.TagClassName
{
border-color: #60EFB5;
}
</style>