Shades of Aquamarine #72FFB2
Tints of Aquamarine #72FFB2
RGB
CMYK
RGB Variations
Color information
#72FFB2 (or 0x72FFB2) is known color: Aquamarine. HEX triplet: 72, FF and B2. RGB value is (114,255,178). Sum of RGB (Red+Green+Blue) = 114+255+178=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFB2 is #8D004D. Grayscale: #CCCCCC. Windows color (decimal): -9240654 or 11730802. OLE color: 11730802.
HSL color Cylindrical-coordinate representation of color #72FFB2: hue angle of 147.23º 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 #72FFB2 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 178 | - |
| CMYK | 0.55 | 0 | 0.30 | 0 |
| HSL | 147.23º | 1% | 0.72% | - |
| HSV(B) | 147.23º | 0.55% | 1% | - |
| XYZ | 50.74 | 78.31 | 54.56 | - |
| YUV | 204.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 178 | 0.55 | 0 | 0.30 | 0 | 147.23 | 1 | 0.72 |
| Hex | 72 | FF | B2 | 37 | 0 | 1E | 0 | 93 | 64 | 48 |
| Octal | 162 | 377 | 262 | 67 | 0 | 36 | 0 | 223 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10110010 | 110111 | 0 | 11110 | 0 | 10010011 | 1100100 | 1001000 |
Color Harmonies of #72FFB2
Complementary color
Monochromatic Colors of #72FFB2
Black with #72FFB2
Text Example
Text Example
White with #72FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFB2; }
p { color: rgb(114,255,178); }
H1.HeaderClassName
{
color: #72FFB2;
}
.AnyTagClassName
{
color: #72FFB2;
}
</style>
background-color css
<style>
a { background-color: #72FFB2; }
a { background-color: rgb(114,255,178); }
div.DivClassName
{
background-color: #72FFB2;
}
.BgClassName
{
background-color: #72FFB2;
}
</style>
border-color css
<style>
span { border-color: #72FFB2; }
span { border-color: rgb(114,255,178); }
td.TdClassName
{
border-color: #72FFB2;
}
.TagClassName
{
border-color: #72FFB2;
}
</style>