Shades of Aquamarine #72FFB7
Tints of Aquamarine #72FFB7
RGB
CMYK
RGB Variations
Color information
#72FFB7 (or 0x72FFB7) is known color: Aquamarine. HEX triplet: 72, FF and B7. RGB value is (114,255,183). Sum of RGB (Red+Green+Blue) = 114+255+183=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB7 is #8D0048. Grayscale: #CCCCCC. Windows color (decimal): -9240649 or 12058482. OLE color: 12058482.
HSL color Cylindrical-coordinate representation of color #72FFB7: hue angle of 149.36º 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 #72FFB7 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 183 | - |
| CMYK | 0.55 | 0 | 0.28 | 0 |
| HSL | 149.36º | 1% | 0.72% | - |
| HSV(B) | 149.36º | 0.55% | 1% | - |
| XYZ | 51.25 | 78.52 | 57.25 | - |
| YUV | 204.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 183 | 0.55 | 0 | 0.28 | 0 | 149.36 | 1 | 0.72 |
| Hex | 72 | FF | B7 | 37 | 0 | 1C | 0 | 95 | 64 | 48 |
| Octal | 162 | 377 | 267 | 67 | 0 | 34 | 0 | 225 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10110111 | 110111 | 0 | 11100 | 0 | 10010101 | 1100100 | 1001000 |
Color Harmonies of #72FFB7
Complementary color
Monochromatic Colors of #72FFB7
Black with #72FFB7
Text Example
Text Example
White with #72FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFB7; }
p { color: rgb(114,255,183); }
H1.HeaderClassName
{
color: #72FFB7;
}
.AnyTagClassName
{
color: #72FFB7;
}
</style>
background-color css
<style>
a { background-color: #72FFB7; }
a { background-color: rgb(114,255,183); }
div.DivClassName
{
background-color: #72FFB7;
}
.BgClassName
{
background-color: #72FFB7;
}
</style>
border-color css
<style>
span { border-color: #72FFB7; }
span { border-color: rgb(114,255,183); }
td.TdClassName
{
border-color: #72FFB7;
}
.TagClassName
{
border-color: #72FFB7;
}
</style>