Shades of Aquamarine #72FFB5
Tints of Aquamarine #72FFB5
RGB
CMYK
RGB Variations
Color information
#72FFB5 (or 0x72FFB5) is known color: Aquamarine. HEX triplet: 72, FF and B5. RGB value is (114,255,181). Sum of RGB (Red+Green+Blue) = 114+255+181=550 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.73% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB5 is #8D004A. Grayscale: #CCCCCC. Windows color (decimal): -9240651 or 11927410. OLE color: 11927410.
HSL color Cylindrical-coordinate representation of color #72FFB5: hue angle of 148.51º 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 #72FFB5 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 181 | - |
| CMYK | 0.55 | 0 | 0.29 | 0 |
| HSL | 148.51º | 1% | 0.72% | - |
| HSV(B) | 148.51º | 0.55% | 1% | - |
| XYZ | 51.04 | 78.43 | 56.17 | - |
| YUV | 204.41 | 114.79 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 181 | 0.55 | 0 | 0.29 | 0 | 148.51 | 1 | 0.72 |
| Hex | 72 | FF | B5 | 37 | 0 | 1D | 0 | 95 | 64 | 48 |
| Octal | 162 | 377 | 265 | 67 | 0 | 35 | 0 | 225 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10110101 | 110111 | 0 | 11101 | 0 | 10010101 | 1100100 | 1001000 |
Color Harmonies of #72FFB5
Complementary color
Monochromatic Colors of #72FFB5
Black with #72FFB5
Text Example
Text Example
White with #72FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFB5; }
p { color: rgb(114,255,181); }
H1.HeaderClassName
{
color: #72FFB5;
}
.AnyTagClassName
{
color: #72FFB5;
}
</style>
background-color css
<style>
a { background-color: #72FFB5; }
a { background-color: rgb(114,255,181); }
div.DivClassName
{
background-color: #72FFB5;
}
.BgClassName
{
background-color: #72FFB5;
}
</style>
border-color css
<style>
span { border-color: #72FFB5; }
span { border-color: rgb(114,255,181); }
td.TdClassName
{
border-color: #72FFB5;
}
.TagClassName
{
border-color: #72FFB5;
}
</style>