Shades of Aquamarine #72FFD3
Tints of Aquamarine #72FFD3
RGB
CMYK
RGB Variations
Color information
#72FFD3 (or 0x72FFD3) is known color: Aquamarine. HEX triplet: 72, FF and D3. RGB value is (114,255,211). Sum of RGB (Red+Green+Blue) = 114+255+211=580 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.66% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFD3 is #8D002C. Grayscale: #CFCFCF. Windows color (decimal): -9240621 or 13893490. OLE color: 13893490.
HSL color Cylindrical-coordinate representation of color #72FFD3: hue angle of 161.28º 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 #72FFD3 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 211 | - |
| CMYK | 0.55 | 0 | 0.17 | 0 |
| HSL | 161.28º | 1% | 0.72% | - |
| HSV(B) | 161.28º | 0.55% | 1% | - |
| XYZ | 54.46 | 79.8 | 74.16 | - |
| YUV | 207.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 211 | 0.55 | 0 | 0.17 | 0 | 161.28 | 1 | 0.72 |
| Hex | 72 | FF | D3 | 37 | 0 | 11 | 0 | A1 | 64 | 48 |
| Octal | 162 | 377 | 323 | 67 | 0 | 21 | 0 | 241 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11010011 | 110111 | 0 | 10001 | 0 | 10100001 | 1100100 | 1001000 |
Color Harmonies of #72FFD3
Complementary color
Monochromatic Colors of #72FFD3
Black with #72FFD3
Text Example
Text Example
White with #72FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFD3; }
p { color: rgb(114,255,211); }
H1.HeaderClassName
{
color: #72FFD3;
}
.AnyTagClassName
{
color: #72FFD3;
}
</style>
background-color css
<style>
a { background-color: #72FFD3; }
a { background-color: rgb(114,255,211); }
div.DivClassName
{
background-color: #72FFD3;
}
.BgClassName
{
background-color: #72FFD3;
}
</style>
border-color css
<style>
span { border-color: #72FFD3; }
span { border-color: rgb(114,255,211); }
td.TdClassName
{
border-color: #72FFD3;
}
.TagClassName
{
border-color: #72FFD3;
}
</style>