Shades of Aquamarine #78FECA
Tints of Aquamarine #78FECA
RGB
CMYK
RGB Variations
Color information
#78FECA (or 0x78FECA) is known color: Aquamarine. HEX triplet: 78, FE and CA. RGB value is (120,254,202). Sum of RGB (Red+Green+Blue) = 120+254+202=576 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.83% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #78FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FECA is #870135. Grayscale: #D0D0D0. Windows color (decimal): -8847670 or 13303416. OLE color: 13303416.
HSL color Cylindrical-coordinate representation of color #78FECA: hue angle of 156.72º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FECA is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 202 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.00 |
| HSL | 156.72º | 0.99% | 0.73% | - |
| HSV(B) | 156.72º | 0.53% | 1% | - |
| XYZ | 53.85 | 79.14 | 68.31 | - |
| YUV | 208.01 | 124.61 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 202 | 0.53 | 0 | 0.20 | 0.00 | 156.72 | 0.99 | 0.73 |
| Hex | 78 | FE | CA | 35 | 0 | 14 | 0 | 9D | 63 | 49 |
| Octal | 170 | 376 | 312 | 65 | 0 | 24 | 0 | 235 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11001010 | 110101 | 0 | 10100 | 0 | 10011101 | 1100011 | 1001001 |
Color Harmonies of #78FECA
Complementary color
Monochromatic Colors of #78FECA
Black with #78FECA
Text Example
Text Example
White with #78FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FECA; }
p { color: rgb(120,254,202); }
H1.HeaderClassName
{
color: #78FECA;
}
.AnyTagClassName
{
color: #78FECA;
}
</style>
background-color css
<style>
a { background-color: #78FECA; }
a { background-color: rgb(120,254,202); }
div.DivClassName
{
background-color: #78FECA;
}
.BgClassName
{
background-color: #78FECA;
}
</style>
border-color css
<style>
span { border-color: #78FECA; }
span { border-color: rgb(120,254,202); }
td.TdClassName
{
border-color: #78FECA;
}
.TagClassName
{
border-color: #78FECA;
}
</style>