Shades of Aquamarine #72FFD4
Tints of Aquamarine #72FFD4
RGB
CMYK
RGB Variations
Color information
#72FFD4 (or 0x72FFD4) is known color: Aquamarine. HEX triplet: 72, FF and D4. RGB value is (114,255,212). Sum of RGB (Red+Green+Blue) = 114+255+212=581 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.62% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFD4 is #8D002B. Grayscale: #CFCFCF. Windows color (decimal): -9240620 or 13959026. OLE color: 13959026.
HSL color Cylindrical-coordinate representation of color #72FFD4: hue angle of 161.7º 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 #72FFD4 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 212 | - |
| CMYK | 0.55 | 0 | 0.17 | 0 |
| HSL | 161.7º | 1% | 0.72% | - |
| HSV(B) | 161.7º | 0.55% | 1% | - |
| XYZ | 54.58 | 79.85 | 74.82 | - |
| YUV | 207.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 212 | 0.55 | 0 | 0.17 | 0 | 161.7 | 1 | 0.72 |
| Hex | 72 | FF | D4 | 37 | 0 | 11 | 0 | A2 | 64 | 48 |
| Octal | 162 | 377 | 324 | 67 | 0 | 21 | 0 | 242 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11010100 | 110111 | 0 | 10001 | 0 | 10100010 | 1100100 | 1001000 |
Color Harmonies of #72FFD4
Complementary color
Monochromatic Colors of #72FFD4
Black with #72FFD4
Text Example
Text Example
White with #72FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFD4; }
p { color: rgb(114,255,212); }
H1.HeaderClassName
{
color: #72FFD4;
}
.AnyTagClassName
{
color: #72FFD4;
}
</style>
background-color css
<style>
a { background-color: #72FFD4; }
a { background-color: rgb(114,255,212); }
div.DivClassName
{
background-color: #72FFD4;
}
.BgClassName
{
background-color: #72FFD4;
}
</style>
border-color css
<style>
span { border-color: #72FFD4; }
span { border-color: rgb(114,255,212); }
td.TdClassName
{
border-color: #72FFD4;
}
.TagClassName
{
border-color: #72FFD4;
}
</style>