Shades of Aquamarine #72FFB6
Tints of Aquamarine #72FFB6
RGB
CMYK
RGB Variations
Color information
#72FFB6 (or 0x72FFB6) is known color: Aquamarine. HEX triplet: 72, FF and B6. RGB value is (114,255,182). Sum of RGB (Red+Green+Blue) = 114+255+182=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB6 is #8D0049. Grayscale: #CCCCCC. Windows color (decimal): -9240650 or 11992946. OLE color: 11992946.
HSL color Cylindrical-coordinate representation of color #72FFB6: hue angle of 148.94º 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 #72FFB6 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 182 | - |
| CMYK | 0.55 | 0 | 0.29 | 0 |
| HSL | 148.94º | 1% | 0.72% | - |
| HSV(B) | 148.94º | 0.55% | 1% | - |
| XYZ | 51.14 | 78.47 | 56.71 | - |
| YUV | 204.52 | 115.29 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 182 | 0.55 | 0 | 0.29 | 0 | 148.94 | 1 | 0.72 |
| Hex | 72 | FF | B6 | 37 | 0 | 1D | 0 | 95 | 64 | 48 |
| Octal | 162 | 377 | 266 | 67 | 0 | 35 | 0 | 225 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10110110 | 110111 | 0 | 11101 | 0 | 10010101 | 1100100 | 1001000 |
Color Harmonies of #72FFB6
Complementary color
Monochromatic Colors of #72FFB6
Black with #72FFB6
Text Example
Text Example
White with #72FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFB6; }
p { color: rgb(114,255,182); }
H1.HeaderClassName
{
color: #72FFB6;
}
.AnyTagClassName
{
color: #72FFB6;
}
</style>
background-color css
<style>
a { background-color: #72FFB6; }
a { background-color: rgb(114,255,182); }
div.DivClassName
{
background-color: #72FFB6;
}
.BgClassName
{
background-color: #72FFB6;
}
</style>
border-color css
<style>
span { border-color: #72FFB6; }
span { border-color: rgb(114,255,182); }
td.TdClassName
{
border-color: #72FFB6;
}
.TagClassName
{
border-color: #72FFB6;
}
</style>