Shades of Aquamarine #72FFCA
Tints of Aquamarine #72FFCA
RGB
CMYK
RGB Variations
Color information
#72FFCA (or 0x72FFCA) is known color: Aquamarine. HEX triplet: 72, FF and CA. RGB value is (114,255,202). Sum of RGB (Red+Green+Blue) = 114+255+202=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFCA is #8D0035. Grayscale: #CECECE. Windows color (decimal): -9240630 or 13303666. OLE color: 13303666.
HSL color Cylindrical-coordinate representation of color #72FFCA: hue angle of 157.45º 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 #72FFCA is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 202 | - |
| CMYK | 0.55 | 0 | 0.21 | 0 |
| HSL | 157.45º | 1% | 0.72% | - |
| HSV(B) | 157.45º | 0.55% | 1% | - |
| XYZ | 53.36 | 79.36 | 68.38 | - |
| YUV | 206.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 202 | 0.55 | 0 | 0.21 | 0 | 157.45 | 1 | 0.72 |
| Hex | 72 | FF | CA | 37 | 0 | 15 | 0 | 9D | 64 | 48 |
| Octal | 162 | 377 | 312 | 67 | 0 | 25 | 0 | 235 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11001010 | 110111 | 0 | 10101 | 0 | 10011101 | 1100100 | 1001000 |
Color Harmonies of #72FFCA
Complementary color
Monochromatic Colors of #72FFCA
Black with #72FFCA
Text Example
Text Example
White with #72FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFCA; }
p { color: rgb(114,255,202); }
H1.HeaderClassName
{
color: #72FFCA;
}
.AnyTagClassName
{
color: #72FFCA;
}
</style>
background-color css
<style>
a { background-color: #72FFCA; }
a { background-color: rgb(114,255,202); }
div.DivClassName
{
background-color: #72FFCA;
}
.BgClassName
{
background-color: #72FFCA;
}
</style>
border-color css
<style>
span { border-color: #72FFCA; }
span { border-color: rgb(114,255,202); }
td.TdClassName
{
border-color: #72FFCA;
}
.TagClassName
{
border-color: #72FFCA;
}
</style>