Shades of Medium Aquamarine #72F8A8
Tints of Medium Aquamarine #72F8A8
RGB
CMYK
RGB Variations
Color information
#72F8A8 (or 0x72F8A8) is known color: Medium Aquamarine. HEX triplet: 72, F8 and A8. RGB value is (114,248,168). Sum of RGB (Red+Green+Blue) = 114+248+168=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #72F8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F8A8 is #8D0757. Grayscale: #C6C6C6. Windows color (decimal): -9242456 or 11073650. OLE color: 11073650.
HSL color Cylindrical-coordinate representation of color #72F8A8: hue angle of 144.18º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F8A8 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 248 | 168 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.03 |
| HSL | 144.18º | 0.91% | 0.71% | - |
| HSV(B) | 144.18º | 0.54% | 0.97% | - |
| XYZ | 47.57 | 73.54 | 48.73 | - |
| YUV | 198.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 248 | 168 | 0.54 | 0 | 0.32 | 0.03 | 144.18 | 0.91 | 0.71 |
| Hex | 72 | F8 | A8 | 36 | 0 | 20 | 3 | 90 | 5B | 47 |
| Octal | 162 | 370 | 250 | 66 | 0 | 40 | 3 | 220 | 133 | 107 |
| Binary | 1110010 | 11111000 | 10101000 | 110110 | 0 | 100000 | 11 | 10010000 | 1011011 | 1000111 |
Color Harmonies of #72F8A8
Complementary color
Monochromatic Colors of #72F8A8
Black with #72F8A8
Text Example
Text Example
White with #72F8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F8A8; }
p { color: rgb(114,248,168); }
H1.HeaderClassName
{
color: #72F8A8;
}
.AnyTagClassName
{
color: #72F8A8;
}
</style>
background-color css
<style>
a { background-color: #72F8A8; }
a { background-color: rgb(114,248,168); }
div.DivClassName
{
background-color: #72F8A8;
}
.BgClassName
{
background-color: #72F8A8;
}
</style>
border-color css
<style>
span { border-color: #72F8A8; }
span { border-color: rgb(114,248,168); }
td.TdClassName
{
border-color: #72F8A8;
}
.TagClassName
{
border-color: #72F8A8;
}
</style>