Shades of Medium Aquamarine #72CEA5
Tints of Medium Aquamarine #72CEA5
RGB
CMYK
RGB Variations
Color information
#72CEA5 (or 0x72CEA5) is known color: Medium Aquamarine. HEX triplet: 72, CE and A5. RGB value is (114,206,165). Sum of RGB (Red+Green+Blue) = 114+206+165=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CEA5 is #8D315A. Grayscale: #ADADAD. Windows color (decimal): -9253211 or 10866290. OLE color: 10866290.
HSL color Cylindrical-coordinate representation of color #72CEA5: hue angle of 153.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEA5 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 165 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.19 |
| HSL | 153.26º | 0.48% | 0.63% | - |
| HSV(B) | 153.26º | 0.45% | 0.81% | - |
| XYZ | 35.8 | 50.44 | 43.45 | - |
| YUV | 173.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 165 | 0.45 | 0 | 0.20 | 0.19 | 153.26 | 0.48 | 0.63 |
| Hex | 72 | CE | A5 | 2D | 0 | 14 | 13 | 99 | 30 | 3F |
| Octal | 162 | 316 | 245 | 55 | 0 | 24 | 23 | 231 | 60 | 77 |
| Binary | 1110010 | 11001110 | 10100101 | 101101 | 0 | 10100 | 10011 | 10011001 | 110000 | 111111 |
Color Harmonies of #72CEA5
Complementary color
Monochromatic Colors of #72CEA5
Black with #72CEA5
Text Example
Text Example
White with #72CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CEA5; }
p { color: rgb(114,206,165); }
H1.HeaderClassName
{
color: #72CEA5;
}
.AnyTagClassName
{
color: #72CEA5;
}
</style>
background-color css
<style>
a { background-color: #72CEA5; }
a { background-color: rgb(114,206,165); }
div.DivClassName
{
background-color: #72CEA5;
}
.BgClassName
{
background-color: #72CEA5;
}
</style>
border-color css
<style>
span { border-color: #72CEA5; }
span { border-color: rgb(114,206,165); }
td.TdClassName
{
border-color: #72CEA5;
}
.TagClassName
{
border-color: #72CEA5;
}
</style>