Shades of Aquamarine #78EED4
Tints of Aquamarine #78EED4
RGB
CMYK
RGB Variations
Color information
#78EED4 (or 0x78EED4) is known color: Aquamarine. HEX triplet: 78, EE and D4. RGB value is (120,238,212). Sum of RGB (Red+Green+Blue) = 120+238+212=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #78EED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EED4 is #87112B. Grayscale: #C7C7C7. Windows color (decimal): -8851756 or 13954680. OLE color: 13954680.
HSL color Cylindrical-coordinate representation of color #78EED4: hue angle of 166.78º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EED4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 212 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.07 |
| HSL | 166.78º | 0.78% | 0.7% | - |
| HSV(B) | 166.78º | 0.5% | 0.93% | - |
| XYZ | 50.2 | 69.9 | 73.13 | - |
| YUV | 199.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 212 | 0.50 | 0 | 0.11 | 0.07 | 166.78 | 0.78 | 0.7 |
| Hex | 78 | EE | D4 | 32 | 0 | B | 7 | A7 | 4E | 46 |
| Octal | 170 | 356 | 324 | 62 | 0 | 13 | 7 | 247 | 116 | 106 |
| Binary | 1111000 | 11101110 | 11010100 | 110010 | 0 | 1011 | 111 | 10100111 | 1001110 | 1000110 |
Color Harmonies of #78EED4
Complementary color
Monochromatic Colors of #78EED4
Black with #78EED4
Text Example
Text Example
White with #78EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EED4; }
p { color: rgb(120,238,212); }
H1.HeaderClassName
{
color: #78EED4;
}
.AnyTagClassName
{
color: #78EED4;
}
</style>
background-color css
<style>
a { background-color: #78EED4; }
a { background-color: rgb(120,238,212); }
div.DivClassName
{
background-color: #78EED4;
}
.BgClassName
{
background-color: #78EED4;
}
</style>
border-color css
<style>
span { border-color: #78EED4; }
span { border-color: rgb(120,238,212); }
td.TdClassName
{
border-color: #78EED4;
}
.TagClassName
{
border-color: #78EED4;
}
</style>