Shades of Medium Aquamarine #60DBB5
Tints of Medium Aquamarine #60DBB5
RGB
CMYK
RGB Variations
Color information
#60DBB5 (or 0x60DBB5) is known color: Medium Aquamarine. HEX triplet: 60, DB and B5. RGB value is (96,219,181). Sum of RGB (Red+Green+Blue) = 96+219+181=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBB5 is #9F244A. Grayscale: #B1B1B1. Windows color (decimal): -10429515 or 11918176. OLE color: 11918176.
HSL color Cylindrical-coordinate representation of color #60DBB5: hue angle of 161.46º 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 #60DBB5 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 181 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.14 |
| HSL | 161.46º | 0.63% | 0.62% | - |
| HSV(B) | 161.46º | 0.56% | 0.86% | - |
| XYZ | 38.5 | 56.49 | 52.59 | - |
| YUV | 177.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 181 | 0.56 | 0 | 0.17 | 0.14 | 161.46 | 0.63 | 0.62 |
| Hex | 60 | DB | B5 | 38 | 0 | 11 | E | A1 | 3F | 3E |
| Octal | 140 | 333 | 265 | 70 | 0 | 21 | 16 | 241 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10110101 | 111000 | 0 | 10001 | 1110 | 10100001 | 111111 | 111110 |
Color Harmonies of #60DBB5
Complementary color
Monochromatic Colors of #60DBB5
Black with #60DBB5
Text Example
Text Example
White with #60DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBB5; }
p { color: rgb(96,219,181); }
H1.HeaderClassName
{
color: #60DBB5;
}
.AnyTagClassName
{
color: #60DBB5;
}
</style>
background-color css
<style>
a { background-color: #60DBB5; }
a { background-color: rgb(96,219,181); }
div.DivClassName
{
background-color: #60DBB5;
}
.BgClassName
{
background-color: #60DBB5;
}
</style>
border-color css
<style>
span { border-color: #60DBB5; }
span { border-color: rgb(96,219,181); }
td.TdClassName
{
border-color: #60DBB5;
}
.TagClassName
{
border-color: #60DBB5;
}
</style>