Shades of Aquamarine #72FFC9
Tints of Aquamarine #72FFC9
RGB
CMYK
RGB Variations
Color information
#72FFC9 (or 0x72FFC9) is known color: Aquamarine. HEX triplet: 72, FF and C9. RGB value is (114,255,201). Sum of RGB (Red+Green+Blue) = 114+255+201=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFC9 is #8D0036. Grayscale: #CECECE. Windows color (decimal): -9240631 or 13238130. OLE color: 13238130.
HSL color Cylindrical-coordinate representation of color #72FFC9: hue angle of 157.02º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFC9 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 201 | - |
| CMYK | 0.55 | 0 | 0.21 | 0 |
| HSL | 157.02º | 1% | 0.72% | - |
| HSV(B) | 157.02º | 0.55% | 1% | - |
| XYZ | 53.24 | 79.31 | 67.76 | - |
| YUV | 206.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 201 | 0.55 | 0 | 0.21 | 0 | 157.02 | 1 | 0.72 |
| Hex | 72 | FF | C9 | 37 | 0 | 15 | 0 | 9D | 64 | 48 |
| Octal | 162 | 377 | 311 | 67 | 0 | 25 | 0 | 235 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11001001 | 110111 | 0 | 10101 | 0 | 10011101 | 1100100 | 1001000 |
Color Harmonies of #72FFC9
Complementary color
Monochromatic Colors of #72FFC9
Black with #72FFC9
Text Example
Text Example
White with #72FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFC9; }
p { color: rgb(114,255,201); }
H1.HeaderClassName
{
color: #72FFC9;
}
.AnyTagClassName
{
color: #72FFC9;
}
</style>
background-color css
<style>
a { background-color: #72FFC9; }
a { background-color: rgb(114,255,201); }
div.DivClassName
{
background-color: #72FFC9;
}
.BgClassName
{
background-color: #72FFC9;
}
</style>
border-color css
<style>
span { border-color: #72FFC9; }
span { border-color: rgb(114,255,201); }
td.TdClassName
{
border-color: #72FFC9;
}
.TagClassName
{
border-color: #72FFC9;
}
</style>