Shades of Medium Aquamarine #72CAAD
Tints of Medium Aquamarine #72CAAD
RGB
CMYK
RGB Variations
Color information
#72CAAD (or 0x72CAAD) is known color: Medium Aquamarine. HEX triplet: 72, CA and AD. RGB value is (114,202,173). Sum of RGB (Red+Green+Blue) = 114+202+173=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #72CAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CAAD is #8D3552. Grayscale: #ACACAC. Windows color (decimal): -9254227 or 11389554. OLE color: 11389554.
HSL color Cylindrical-coordinate representation of color #72CAAD: hue angle of 160.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CAAD is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 173 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.21 |
| HSL | 160.23º | 0.45% | 0.62% | - |
| HSV(B) | 160.23º | 0.44% | 0.79% | - |
| XYZ | 35.6 | 48.84 | 47.08 | - |
| YUV | 172.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 173 | 0.44 | 0 | 0.14 | 0.21 | 160.23 | 0.45 | 0.62 |
| Hex | 72 | CA | AD | 2C | 0 | E | 15 | A0 | 2D | 3E |
| Octal | 162 | 312 | 255 | 54 | 0 | 16 | 25 | 240 | 55 | 76 |
| Binary | 1110010 | 11001010 | 10101101 | 101100 | 0 | 1110 | 10101 | 10100000 | 101101 | 111110 |
Color Harmonies of #72CAAD
Complementary color
Monochromatic Colors of #72CAAD
Black with #72CAAD
Text Example
Text Example
White with #72CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CAAD; }
p { color: rgb(114,202,173); }
H1.HeaderClassName
{
color: #72CAAD;
}
.AnyTagClassName
{
color: #72CAAD;
}
</style>
background-color css
<style>
a { background-color: #72CAAD; }
a { background-color: rgb(114,202,173); }
div.DivClassName
{
background-color: #72CAAD;
}
.BgClassName
{
background-color: #72CAAD;
}
</style>
border-color css
<style>
span { border-color: #72CAAD; }
span { border-color: rgb(114,202,173); }
td.TdClassName
{
border-color: #72CAAD;
}
.TagClassName
{
border-color: #72CAAD;
}
</style>