Shades of Aquamarine #72F0C3
Tints of Aquamarine #72F0C3
RGB
CMYK
RGB Variations
Color information
#72F0C3 (or 0x72F0C3) is known color: Aquamarine. HEX triplet: 72, F0 and C3. RGB value is (114,240,195). Sum of RGB (Red+Green+Blue) = 114+240+195=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0C3 is #8D0F3C. Grayscale: #C5C5C5. Windows color (decimal): -9244477 or 12841074. OLE color: 12841074.
HSL color Cylindrical-coordinate representation of color #72F0C3: hue angle of 158.57º 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 #72F0C3 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 195 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.06 |
| HSL | 158.57º | 0.81% | 0.69% | - |
| HSV(B) | 158.57º | 0.53% | 0.94% | - |
| XYZ | 47.95 | 69.84 | 62.58 | - |
| YUV | 197.2 | 126.76 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 195 | 0.52 | 0 | 0.19 | 0.06 | 158.57 | 0.81 | 0.69 |
| Hex | 72 | F0 | C3 | 34 | 0 | 13 | 6 | 9F | 51 | 45 |
| Octal | 162 | 360 | 303 | 64 | 0 | 23 | 6 | 237 | 121 | 105 |
| Binary | 1110010 | 11110000 | 11000011 | 110100 | 0 | 10011 | 110 | 10011111 | 1010001 | 1000101 |
Color Harmonies of #72F0C3
Complementary color
Monochromatic Colors of #72F0C3
Black with #72F0C3
Text Example
Text Example
White with #72F0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0C3; }
p { color: rgb(114,240,195); }
H1.HeaderClassName
{
color: #72F0C3;
}
.AnyTagClassName
{
color: #72F0C3;
}
</style>
background-color css
<style>
a { background-color: #72F0C3; }
a { background-color: rgb(114,240,195); }
div.DivClassName
{
background-color: #72F0C3;
}
.BgClassName
{
background-color: #72F0C3;
}
</style>
border-color css
<style>
span { border-color: #72F0C3; }
span { border-color: rgb(114,240,195); }
td.TdClassName
{
border-color: #72F0C3;
}
.TagClassName
{
border-color: #72F0C3;
}
</style>