Shades of Aquamarine #78F6D2
Tints of Aquamarine #78F6D2
RGB
CMYK
RGB Variations
Color information
#78F6D2 (or 0x78F6D2) is known color: Aquamarine. HEX triplet: 78, F6 and D2. RGB value is (120,246,210). Sum of RGB (Red+Green+Blue) = 120+246+210=576 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.83% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #78F6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F6D2 is #87092D. Grayscale: #CCCCCC. Windows color (decimal): -8849710 or 13825656. OLE color: 13825656.
HSL color Cylindrical-coordinate representation of color #78F6D2: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F6D2 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 246 | 210 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.04 |
| HSL | 162.86º | 0.88% | 0.72% | - |
| HSV(B) | 162.86º | 0.51% | 0.96% | - |
| XYZ | 52.33 | 74.56 | 72.61 | - |
| YUV | 204.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 246 | 210 | 0.51 | 0 | 0.15 | 0.04 | 162.86 | 0.88 | 0.72 |
| Hex | 78 | F6 | D2 | 33 | 0 | F | 4 | A3 | 58 | 48 |
| Octal | 170 | 366 | 322 | 63 | 0 | 17 | 4 | 243 | 130 | 110 |
| Binary | 1111000 | 11110110 | 11010010 | 110011 | 0 | 1111 | 100 | 10100011 | 1011000 | 1001000 |
Color Harmonies of #78F6D2
Complementary color
Monochromatic Colors of #78F6D2
Black with #78F6D2
Text Example
Text Example
White with #78F6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F6D2; }
p { color: rgb(120,246,210); }
H1.HeaderClassName
{
color: #78F6D2;
}
.AnyTagClassName
{
color: #78F6D2;
}
</style>
background-color css
<style>
a { background-color: #78F6D2; }
a { background-color: rgb(120,246,210); }
div.DivClassName
{
background-color: #78F6D2;
}
.BgClassName
{
background-color: #78F6D2;
}
</style>
border-color css
<style>
span { border-color: #78F6D2; }
span { border-color: rgb(120,246,210); }
td.TdClassName
{
border-color: #78F6D2;
}
.TagClassName
{
border-color: #78F6D2;
}
</style>