Shades of Aquamarine #78FED2
Tints of Aquamarine #78FED2
RGB
CMYK
RGB Variations
Color information
#78FED2 (or 0x78FED2) is known color: Aquamarine. HEX triplet: 78, FE and D2. RGB value is (120,254,210). Sum of RGB (Red+Green+Blue) = 120+254+210=584 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.55% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #78FED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FED2 is #87012D. Grayscale: #D0D0D0. Windows color (decimal): -8847662 or 13827704. OLE color: 13827704.
HSL color Cylindrical-coordinate representation of color #78FED2: hue angle of 160.3º 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 #78FED2 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 210 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.00 |
| HSL | 160.3º | 0.99% | 0.73% | - |
| HSV(B) | 160.3º | 0.53% | 1% | - |
| XYZ | 54.82 | 79.53 | 73.43 | - |
| YUV | 208.92 | 128.61 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 210 | 0.53 | 0 | 0.17 | 0.00 | 160.3 | 0.99 | 0.73 |
| Hex | 78 | FE | D2 | 35 | 0 | 11 | 0 | A0 | 63 | 49 |
| Octal | 170 | 376 | 322 | 65 | 0 | 21 | 0 | 240 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11010010 | 110101 | 0 | 10001 | 0 | 10100000 | 1100011 | 1001001 |
Color Harmonies of #78FED2
Complementary color
Monochromatic Colors of #78FED2
Black with #78FED2
Text Example
Text Example
White with #78FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FED2; }
p { color: rgb(120,254,210); }
H1.HeaderClassName
{
color: #78FED2;
}
.AnyTagClassName
{
color: #78FED2;
}
</style>
background-color css
<style>
a { background-color: #78FED2; }
a { background-color: rgb(120,254,210); }
div.DivClassName
{
background-color: #78FED2;
}
.BgClassName
{
background-color: #78FED2;
}
</style>
border-color css
<style>
span { border-color: #78FED2; }
span { border-color: rgb(120,254,210); }
td.TdClassName
{
border-color: #78FED2;
}
.TagClassName
{
border-color: #78FED2;
}
</style>