Shades of Aquamarine #78FECF
Tints of Aquamarine #78FECF
RGB
CMYK
RGB Variations
Color information
#78FECF (or 0x78FECF) is known color: Aquamarine. HEX triplet: 78, FE and CF. RGB value is (120,254,207). Sum of RGB (Red+Green+Blue) = 120+254+207=581 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.65% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #78FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FECF is #870130. Grayscale: #D0D0D0. Windows color (decimal): -8847665 or 13631096. OLE color: 13631096.
HSL color Cylindrical-coordinate representation of color #78FECF: hue angle of 158.96º 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 #78FECF is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 207 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.00 |
| HSL | 158.96º | 0.99% | 0.73% | - |
| HSV(B) | 158.96º | 0.53% | 1% | - |
| XYZ | 54.45 | 79.38 | 71.48 | - |
| YUV | 208.58 | 127.11 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 207 | 0.53 | 0 | 0.19 | 0.00 | 158.96 | 0.99 | 0.73 |
| Hex | 78 | FE | CF | 35 | 0 | 13 | 0 | 9F | 63 | 49 |
| Octal | 170 | 376 | 317 | 65 | 0 | 23 | 0 | 237 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11001111 | 110101 | 0 | 10011 | 0 | 10011111 | 1100011 | 1001001 |
Color Harmonies of #78FECF
Complementary color
Monochromatic Colors of #78FECF
Black with #78FECF
Text Example
Text Example
White with #78FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FECF; }
p { color: rgb(120,254,207); }
H1.HeaderClassName
{
color: #78FECF;
}
.AnyTagClassName
{
color: #78FECF;
}
</style>
background-color css
<style>
a { background-color: #78FECF; }
a { background-color: rgb(120,254,207); }
div.DivClassName
{
background-color: #78FECF;
}
.BgClassName
{
background-color: #78FECF;
}
</style>
border-color css
<style>
span { border-color: #78FECF; }
span { border-color: rgb(120,254,207); }
td.TdClassName
{
border-color: #78FECF;
}
.TagClassName
{
border-color: #78FECF;
}
</style>