Shades of Aquamarine #78FED3
Tints of Aquamarine #78FED3
RGB
CMYK
RGB Variations
Color information
#78FED3 (or 0x78FED3) is known color: Aquamarine. HEX triplet: 78, FE and D3. RGB value is (120,254,211). Sum of RGB (Red+Green+Blue) = 120+254+211=585 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.51% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #78FED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FED3 is #87012C. Grayscale: #D1D1D1. Windows color (decimal): -8847661 or 13893240. OLE color: 13893240.
HSL color Cylindrical-coordinate representation of color #78FED3: hue angle of 160.75º 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 #78FED3 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 211 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.00 |
| HSL | 160.75º | 0.99% | 0.73% | - |
| HSV(B) | 160.75º | 0.53% | 1% | - |
| XYZ | 54.95 | 79.58 | 74.09 | - |
| YUV | 209.03 | 129.11 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 211 | 0.53 | 0 | 0.17 | 0.00 | 160.75 | 0.99 | 0.73 |
| Hex | 78 | FE | D3 | 35 | 0 | 11 | 0 | A1 | 63 | 49 |
| Octal | 170 | 376 | 323 | 65 | 0 | 21 | 0 | 241 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11010011 | 110101 | 0 | 10001 | 0 | 10100001 | 1100011 | 1001001 |
Color Harmonies of #78FED3
Complementary color
Monochromatic Colors of #78FED3
Black with #78FED3
Text Example
Text Example
White with #78FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FED3; }
p { color: rgb(120,254,211); }
H1.HeaderClassName
{
color: #78FED3;
}
.AnyTagClassName
{
color: #78FED3;
}
</style>
background-color css
<style>
a { background-color: #78FED3; }
a { background-color: rgb(120,254,211); }
div.DivClassName
{
background-color: #78FED3;
}
.BgClassName
{
background-color: #78FED3;
}
</style>
border-color css
<style>
span { border-color: #78FED3; }
span { border-color: rgb(120,254,211); }
td.TdClassName
{
border-color: #78FED3;
}
.TagClassName
{
border-color: #78FED3;
}
</style>