Shades of Aquamarine #72FFBE
Tints of Aquamarine #72FFBE
RGB
CMYK
RGB Variations
Color information
#72FFBE (or 0x72FFBE) is known color: Aquamarine. HEX triplet: 72, FF and BE. RGB value is (114,255,190). Sum of RGB (Red+Green+Blue) = 114+255+190=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFBE is #8D0041. Grayscale: #CDCDCD. Windows color (decimal): -9240642 or 12517234. OLE color: 12517234.
HSL color Cylindrical-coordinate representation of color #72FFBE: hue angle of 152.34º 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 #72FFBE is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 190 | - |
| CMYK | 0.55 | 0 | 0.25 | 0 |
| HSL | 152.34º | 1% | 0.72% | - |
| HSV(B) | 152.34º | 0.55% | 1% | - |
| XYZ | 51.99 | 78.82 | 61.19 | - |
| YUV | 205.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 190 | 0.55 | 0 | 0.25 | 0 | 152.34 | 1 | 0.72 |
| Hex | 72 | FF | BE | 37 | 0 | 19 | 0 | 98 | 64 | 48 |
| Octal | 162 | 377 | 276 | 67 | 0 | 31 | 0 | 230 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10111110 | 110111 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001000 |
Color Harmonies of #72FFBE
Complementary color
Monochromatic Colors of #72FFBE
Black with #72FFBE
Text Example
Text Example
White with #72FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFBE; }
p { color: rgb(114,255,190); }
H1.HeaderClassName
{
color: #72FFBE;
}
.AnyTagClassName
{
color: #72FFBE;
}
</style>
background-color css
<style>
a { background-color: #72FFBE; }
a { background-color: rgb(114,255,190); }
div.DivClassName
{
background-color: #72FFBE;
}
.BgClassName
{
background-color: #72FFBE;
}
</style>
border-color css
<style>
span { border-color: #72FFBE; }
span { border-color: rgb(114,255,190); }
td.TdClassName
{
border-color: #72FFBE;
}
.TagClassName
{
border-color: #72FFBE;
}
</style>