Shades of Aquamarine #72FFCF
Tints of Aquamarine #72FFCF
RGB
CMYK
RGB Variations
Color information
#72FFCF (or 0x72FFCF) is known color: Aquamarine. HEX triplet: 72, FF and CF. RGB value is (114,255,207). Sum of RGB (Red+Green+Blue) = 114+255+207=576 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.79% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFCF is #8D0030. Grayscale: #CFCFCF. Windows color (decimal): -9240625 or 13631346. OLE color: 13631346.
HSL color Cylindrical-coordinate representation of color #72FFCF: hue angle of 159.57º 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 #72FFCF is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 207 | - |
| CMYK | 0.55 | 0 | 0.19 | 0 |
| HSL | 159.57º | 1% | 0.72% | - |
| HSV(B) | 159.57º | 0.55% | 1% | - |
| XYZ | 53.96 | 79.6 | 71.55 | - |
| YUV | 207.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 207 | 0.55 | 0 | 0.19 | 0 | 159.57 | 1 | 0.72 |
| Hex | 72 | FF | CF | 37 | 0 | 13 | 0 | A0 | 64 | 48 |
| Octal | 162 | 377 | 317 | 67 | 0 | 23 | 0 | 240 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11001111 | 110111 | 0 | 10011 | 0 | 10100000 | 1100100 | 1001000 |
Color Harmonies of #72FFCF
Complementary color
Monochromatic Colors of #72FFCF
Black with #72FFCF
Text Example
Text Example
White with #72FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFCF; }
p { color: rgb(114,255,207); }
H1.HeaderClassName
{
color: #72FFCF;
}
.AnyTagClassName
{
color: #72FFCF;
}
</style>
background-color css
<style>
a { background-color: #72FFCF; }
a { background-color: rgb(114,255,207); }
div.DivClassName
{
background-color: #72FFCF;
}
.BgClassName
{
background-color: #72FFCF;
}
</style>
border-color css
<style>
span { border-color: #72FFCF; }
span { border-color: rgb(114,255,207); }
td.TdClassName
{
border-color: #72FFCF;
}
.TagClassName
{
border-color: #72FFCF;
}
</style>