Shades of Aquamarine #72F0CC
Tints of Aquamarine #72F0CC
RGB
CMYK
RGB Variations
Color information
#72F0CC (or 0x72F0CC) is known color: Aquamarine. HEX triplet: 72, F0 and CC. RGB value is (114,240,204). Sum of RGB (Red+Green+Blue) = 114+240+204=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0CC is #8D0F33. Grayscale: #C6C6C6. Windows color (decimal): -9244468 or 13430898. OLE color: 13430898.
HSL color Cylindrical-coordinate representation of color #72F0CC: hue angle of 162.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0CC is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 204 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.06 |
| HSL | 162.86º | 0.81% | 0.69% | - |
| HSV(B) | 162.86º | 0.53% | 0.94% | - |
| XYZ | 49 | 70.26 | 68.11 | - |
| YUV | 198.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 204 | 0.52 | 0 | 0.15 | 0.06 | 162.86 | 0.81 | 0.69 |
| Hex | 72 | F0 | CC | 34 | 0 | F | 6 | A3 | 51 | 45 |
| Octal | 162 | 360 | 314 | 64 | 0 | 17 | 6 | 243 | 121 | 105 |
| Binary | 1110010 | 11110000 | 11001100 | 110100 | 0 | 1111 | 110 | 10100011 | 1010001 | 1000101 |
Color Harmonies of #72F0CC
Complementary color
Monochromatic Colors of #72F0CC
Black with #72F0CC
Text Example
Text Example
White with #72F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0CC; }
p { color: rgb(114,240,204); }
H1.HeaderClassName
{
color: #72F0CC;
}
.AnyTagClassName
{
color: #72F0CC;
}
</style>
background-color css
<style>
a { background-color: #72F0CC; }
a { background-color: rgb(114,240,204); }
div.DivClassName
{
background-color: #72F0CC;
}
.BgClassName
{
background-color: #72F0CC;
}
</style>
border-color css
<style>
span { border-color: #72F0CC; }
span { border-color: rgb(114,240,204); }
td.TdClassName
{
border-color: #72F0CC;
}
.TagClassName
{
border-color: #72F0CC;
}
</style>