Shades of Medium Aquamarine #60DBA5
Tints of Medium Aquamarine #60DBA5
RGB
CMYK
RGB Variations
Color information
#60DBA5 (or 0x60DBA5) is known color: Medium Aquamarine. HEX triplet: 60, DB and A5. RGB value is (96,219,165). Sum of RGB (Red+Green+Blue) = 96+219+165=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DBA5 is #9F245A. Grayscale: #B0B0B0. Windows color (decimal): -10429531 or 10869600. OLE color: 10869600.
HSL color Cylindrical-coordinate representation of color #60DBA5: hue angle of 153.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DBA5 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 165 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.14 |
| HSL | 153.66º | 0.63% | 0.62% | - |
| HSV(B) | 153.66º | 0.56% | 0.86% | - |
| XYZ | 36.95 | 55.87 | 44.43 | - |
| YUV | 176.07 | 121.75 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 165 | 0.56 | 0 | 0.25 | 0.14 | 153.66 | 0.63 | 0.62 |
| Hex | 60 | DB | A5 | 38 | 0 | 19 | E | 9A | 3F | 3E |
| Octal | 140 | 333 | 245 | 70 | 0 | 31 | 16 | 232 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10100101 | 111000 | 0 | 11001 | 1110 | 10011010 | 111111 | 111110 |
Color Harmonies of #60DBA5
Complementary color
Monochromatic Colors of #60DBA5
Black with #60DBA5
Text Example
Text Example
White with #60DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBA5; }
p { color: rgb(96,219,165); }
H1.HeaderClassName
{
color: #60DBA5;
}
.AnyTagClassName
{
color: #60DBA5;
}
</style>
background-color css
<style>
a { background-color: #60DBA5; }
a { background-color: rgb(96,219,165); }
div.DivClassName
{
background-color: #60DBA5;
}
.BgClassName
{
background-color: #60DBA5;
}
</style>
border-color css
<style>
span { border-color: #60DBA5; }
span { border-color: rgb(96,219,165); }
td.TdClassName
{
border-color: #60DBA5;
}
.TagClassName
{
border-color: #60DBA5;
}
</style>