Shades of Medium Aquamarine #60DBB2
Tints of Medium Aquamarine #60DBB2
RGB
CMYK
RGB Variations
Color information
#60DBB2 (or 0x60DBB2) is known color: Medium Aquamarine. HEX triplet: 60, DB and B2. RGB value is (96,219,178). Sum of RGB (Red+Green+Blue) = 96+219+178=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DBB2 is #9F244D. Grayscale: #B1B1B1. Windows color (decimal): -10429518 or 11721568. OLE color: 11721568.
HSL color Cylindrical-coordinate representation of color #60DBB2: hue angle of 160º 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 #60DBB2 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 178 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.14 |
| HSL | 160º | 0.63% | 0.62% | - |
| HSV(B) | 160º | 0.56% | 0.86% | - |
| XYZ | 38.19 | 56.36 | 50.99 | - |
| YUV | 177.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 178 | 0.56 | 0 | 0.19 | 0.14 | 160 | 0.63 | 0.62 |
| Hex | 60 | DB | B2 | 38 | 0 | 13 | E | A0 | 3F | 3E |
| Octal | 140 | 333 | 262 | 70 | 0 | 23 | 16 | 240 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10110010 | 111000 | 0 | 10011 | 1110 | 10100000 | 111111 | 111110 |
Color Harmonies of #60DBB2
Complementary color
Monochromatic Colors of #60DBB2
Black with #60DBB2
Text Example
Text Example
White with #60DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBB2; }
p { color: rgb(96,219,178); }
H1.HeaderClassName
{
color: #60DBB2;
}
.AnyTagClassName
{
color: #60DBB2;
}
</style>
background-color css
<style>
a { background-color: #60DBB2; }
a { background-color: rgb(96,219,178); }
div.DivClassName
{
background-color: #60DBB2;
}
.BgClassName
{
background-color: #60DBB2;
}
</style>
border-color css
<style>
span { border-color: #60DBB2; }
span { border-color: rgb(96,219,178); }
td.TdClassName
{
border-color: #60DBB2;
}
.TagClassName
{
border-color: #60DBB2;
}
</style>