Shades of Aquamarine #78ECDE
Tints of Aquamarine #78ECDE
RGB
CMYK
RGB Variations
Color information
#78ECDE (or 0x78ECDE) is known color: Aquamarine. HEX triplet: 78, EC and DE. RGB value is (120,236,222). Sum of RGB (Red+Green+Blue) = 120+236+222=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78ECDE is #871321. Grayscale: #C7C7C7. Windows color (decimal): -8852258 or 14609528. OLE color: 14609528.
HSL color Cylindrical-coordinate representation of color #78ECDE: hue angle of 172.76º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECDE is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 222 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.07 |
| HSL | 172.76º | 0.75% | 0.7% | - |
| HSV(B) | 172.76º | 0.49% | 0.93% | - |
| XYZ | 50.93 | 69.26 | 79.79 | - |
| YUV | 199.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 222 | 0.49 | 0 | 0.06 | 0.07 | 172.76 | 0.75 | 0.7 |
| Hex | 78 | EC | DE | 31 | 0 | 6 | 7 | AD | 4B | 46 |
| Octal | 170 | 354 | 336 | 61 | 0 | 6 | 7 | 255 | 113 | 106 |
| Binary | 1111000 | 11101100 | 11011110 | 110001 | 0 | 110 | 111 | 10101101 | 1001011 | 1000110 |
Color Harmonies of #78ECDE
Complementary color
Monochromatic Colors of #78ECDE
Black with #78ECDE
Text Example
Text Example
White with #78ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ECDE; }
p { color: rgb(120,236,222); }
H1.HeaderClassName
{
color: #78ECDE;
}
.AnyTagClassName
{
color: #78ECDE;
}
</style>
background-color css
<style>
a { background-color: #78ECDE; }
a { background-color: rgb(120,236,222); }
div.DivClassName
{
background-color: #78ECDE;
}
.BgClassName
{
background-color: #78ECDE;
}
</style>
border-color css
<style>
span { border-color: #78ECDE; }
span { border-color: rgb(120,236,222); }
td.TdClassName
{
border-color: #78ECDE;
}
.TagClassName
{
border-color: #78ECDE;
}
</style>