Shades of Aquamarine #72ECC3
Tints of Aquamarine #72ECC3
RGB
CMYK
RGB Variations
Color information
#72ECC3 (or 0x72ECC3) is known color: Aquamarine. HEX triplet: 72, EC and C3. RGB value is (114,236,195). Sum of RGB (Red+Green+Blue) = 114+236+195=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECC3 is #8D133C. Grayscale: #C2C2C2. Windows color (decimal): -9245501 or 12840050. OLE color: 12840050.
HSL color Cylindrical-coordinate representation of color #72ECC3: hue angle of 159.84º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECC3 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 195 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.07 |
| HSL | 159.84º | 0.76% | 0.69% | - |
| HSV(B) | 159.84º | 0.52% | 0.93% | - |
| XYZ | 46.79 | 67.51 | 62.19 | - |
| YUV | 194.85 | 128.08 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 195 | 0.52 | 0 | 0.17 | 0.07 | 159.84 | 0.76 | 0.69 |
| Hex | 72 | EC | C3 | 34 | 0 | 11 | 7 | A0 | 4C | 45 |
| Octal | 162 | 354 | 303 | 64 | 0 | 21 | 7 | 240 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11000011 | 110100 | 0 | 10001 | 111 | 10100000 | 1001100 | 1000101 |
Color Harmonies of #72ECC3
Complementary color
Monochromatic Colors of #72ECC3
Black with #72ECC3
Text Example
Text Example
White with #72ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECC3; }
p { color: rgb(114,236,195); }
H1.HeaderClassName
{
color: #72ECC3;
}
.AnyTagClassName
{
color: #72ECC3;
}
</style>
background-color css
<style>
a { background-color: #72ECC3; }
a { background-color: rgb(114,236,195); }
div.DivClassName
{
background-color: #72ECC3;
}
.BgClassName
{
background-color: #72ECC3;
}
</style>
border-color css
<style>
span { border-color: #72ECC3; }
span { border-color: rgb(114,236,195); }
td.TdClassName
{
border-color: #72ECC3;
}
.TagClassName
{
border-color: #72ECC3;
}
</style>