Shades of Aquamarine #78F9CE
Tints of Aquamarine #78F9CE
RGB
CMYK
RGB Variations
Color information
#78F9CE (or 0x78F9CE) is known color: Aquamarine. HEX triplet: 78, F9 and CE. RGB value is (120,249,206). Sum of RGB (Red+Green+Blue) = 120+249+206=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F9CE is #870631. Grayscale: #CDCDCD. Windows color (decimal): -8848946 or 13564280. OLE color: 13564280.
HSL color Cylindrical-coordinate representation of color #78F9CE: hue angle of 160º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9CE is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 249 | 206 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.02 |
| HSL | 160º | 0.91% | 0.72% | - |
| HSV(B) | 160º | 0.52% | 0.98% | - |
| XYZ | 52.76 | 76.2 | 70.32 | - |
| YUV | 205.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 249 | 206 | 0.52 | 0 | 0.17 | 0.02 | 160 | 0.91 | 0.72 |
| Hex | 78 | F9 | CE | 34 | 0 | 11 | 2 | A0 | 5B | 48 |
| Octal | 170 | 371 | 316 | 64 | 0 | 21 | 2 | 240 | 133 | 110 |
| Binary | 1111000 | 11111001 | 11001110 | 110100 | 0 | 10001 | 10 | 10100000 | 1011011 | 1001000 |
Color Harmonies of #78F9CE
Complementary color
Monochromatic Colors of #78F9CE
Black with #78F9CE
Text Example
Text Example
White with #78F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F9CE; }
p { color: rgb(120,249,206); }
H1.HeaderClassName
{
color: #78F9CE;
}
.AnyTagClassName
{
color: #78F9CE;
}
</style>
background-color css
<style>
a { background-color: #78F9CE; }
a { background-color: rgb(120,249,206); }
div.DivClassName
{
background-color: #78F9CE;
}
.BgClassName
{
background-color: #78F9CE;
}
</style>
border-color css
<style>
span { border-color: #78F9CE; }
span { border-color: rgb(120,249,206); }
td.TdClassName
{
border-color: #78F9CE;
}
.TagClassName
{
border-color: #78F9CE;
}
</style>