Shades of Medium Aquamarine #72BFA1
Tints of Medium Aquamarine #72BFA1
RGB
CMYK
RGB Variations
Color information
#72BFA1 (or 0x72BFA1) is known color: Medium Aquamarine. HEX triplet: 72, BF and A1. RGB value is (114,191,161). Sum of RGB (Red+Green+Blue) = 114+191+161=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BFA1 is #8D405E. Grayscale: #A4A4A4. Windows color (decimal): -9257055 or 10600306. OLE color: 10600306.
HSL color Cylindrical-coordinate representation of color #72BFA1: hue angle of 156.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BFA1 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 191 | 161 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.25 |
| HSL | 156.62º | 0.38% | 0.6% | - |
| HSV(B) | 156.62º | 0.4% | 0.75% | - |
| XYZ | 32 | 43.41 | 40.41 | - |
| YUV | 164.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 161 | 0.40 | 0 | 0.16 | 0.25 | 156.62 | 0.38 | 0.6 |
| Hex | 72 | BF | A1 | 28 | 0 | 10 | 19 | 9D | 26 | 3C |
| Octal | 162 | 277 | 241 | 50 | 0 | 20 | 31 | 235 | 46 | 74 |
| Binary | 1110010 | 10111111 | 10100001 | 101000 | 0 | 10000 | 11001 | 10011101 | 100110 | 111100 |
Color Harmonies of #72BFA1
Complementary color
Monochromatic Colors of #72BFA1
Black with #72BFA1
Text Example
Text Example
White with #72BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFA1; }
p { color: rgb(114,191,161); }
H1.HeaderClassName
{
color: #72BFA1;
}
.AnyTagClassName
{
color: #72BFA1;
}
</style>
background-color css
<style>
a { background-color: #72BFA1; }
a { background-color: rgb(114,191,161); }
div.DivClassName
{
background-color: #72BFA1;
}
.BgClassName
{
background-color: #72BFA1;
}
</style>
border-color css
<style>
span { border-color: #72BFA1; }
span { border-color: rgb(114,191,161); }
td.TdClassName
{
border-color: #72BFA1;
}
.TagClassName
{
border-color: #72BFA1;
}
</style>