Shades of Aquamarine #78F2CE
Tints of Aquamarine #78F2CE
RGB
CMYK
RGB Variations
Color information
#78F2CE (or 0x78F2CE) is known color: Aquamarine. HEX triplet: 78, F2 and CE. RGB value is (120,242,206). Sum of RGB (Red+Green+Blue) = 120+242+206=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F2CE is #870D31. Grayscale: #C9C9C9. Windows color (decimal): -8850738 or 13562488. OLE color: 13562488.
HSL color Cylindrical-coordinate representation of color #78F2CE: hue angle of 162.3º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2CE is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 206 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.05 |
| HSL | 162.3º | 0.82% | 0.71% | - |
| HSV(B) | 162.3º | 0.5% | 0.95% | - |
| XYZ | 50.64 | 71.95 | 69.61 | - |
| YUV | 201.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 206 | 0.50 | 0 | 0.15 | 0.05 | 162.3 | 0.82 | 0.71 |
| Hex | 78 | F2 | CE | 32 | 0 | F | 5 | A2 | 52 | 47 |
| Octal | 170 | 362 | 316 | 62 | 0 | 17 | 5 | 242 | 122 | 107 |
| Binary | 1111000 | 11110010 | 11001110 | 110010 | 0 | 1111 | 101 | 10100010 | 1010010 | 1000111 |
Color Harmonies of #78F2CE
Complementary color
Monochromatic Colors of #78F2CE
Black with #78F2CE
Text Example
Text Example
White with #78F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F2CE; }
p { color: rgb(120,242,206); }
H1.HeaderClassName
{
color: #78F2CE;
}
.AnyTagClassName
{
color: #78F2CE;
}
</style>
background-color css
<style>
a { background-color: #78F2CE; }
a { background-color: rgb(120,242,206); }
div.DivClassName
{
background-color: #78F2CE;
}
.BgClassName
{
background-color: #78F2CE;
}
</style>
border-color css
<style>
span { border-color: #78F2CE; }
span { border-color: rgb(120,242,206); }
td.TdClassName
{
border-color: #78F2CE;
}
.TagClassName
{
border-color: #78F2CE;
}
</style>