Shades of Aquamarine #72FFBC
Tints of Aquamarine #72FFBC
RGB
CMYK
RGB Variations
Color information
#72FFBC (or 0x72FFBC) is known color: Aquamarine. HEX triplet: 72, FF and BC. RGB value is (114,255,188). Sum of RGB (Red+Green+Blue) = 114+255+188=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFBC is #8D0043. Grayscale: #CDCDCD. Windows color (decimal): -9240644 or 12386162. OLE color: 12386162.
HSL color Cylindrical-coordinate representation of color #72FFBC: hue angle of 151.49º 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 #72FFBC is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 188 | - |
| CMYK | 0.55 | 0 | 0.26 | 0 |
| HSL | 151.49º | 1% | 0.72% | - |
| HSV(B) | 151.49º | 0.55% | 1% | - |
| XYZ | 51.78 | 78.73 | 60.04 | - |
| YUV | 205.2 | 118.29 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 188 | 0.55 | 0 | 0.26 | 0 | 151.49 | 1 | 0.72 |
| Hex | 72 | FF | BC | 37 | 0 | 1A | 0 | 97 | 64 | 48 |
| Octal | 162 | 377 | 274 | 67 | 0 | 32 | 0 | 227 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10111100 | 110111 | 0 | 11010 | 0 | 10010111 | 1100100 | 1001000 |
Color Harmonies of #72FFBC
Complementary color
Monochromatic Colors of #72FFBC
Black with #72FFBC
Text Example
Text Example
White with #72FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFBC; }
p { color: rgb(114,255,188); }
H1.HeaderClassName
{
color: #72FFBC;
}
.AnyTagClassName
{
color: #72FFBC;
}
</style>
background-color css
<style>
a { background-color: #72FFBC; }
a { background-color: rgb(114,255,188); }
div.DivClassName
{
background-color: #72FFBC;
}
.BgClassName
{
background-color: #72FFBC;
}
</style>
border-color css
<style>
span { border-color: #72FFBC; }
span { border-color: rgb(114,255,188); }
td.TdClassName
{
border-color: #72FFBC;
}
.TagClassName
{
border-color: #72FFBC;
}
</style>