Shades of Aquamarine #78EDC8
Tints of Aquamarine #78EDC8
RGB
CMYK
RGB Variations
Color information
#78EDC8 (or 0x78EDC8) is known color: Aquamarine. HEX triplet: 78, ED and C8. RGB value is (120,237,200). Sum of RGB (Red+Green+Blue) = 120+237+200=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDC8 is #871237. Grayscale: #C5C5C5. Windows color (decimal): -8852024 or 13167992. OLE color: 13167992.
HSL color Cylindrical-coordinate representation of color #78EDC8: hue angle of 161.03º degrees, saturation: 0.76, 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 #78EDC8 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 200 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.07 |
| HSL | 161.03º | 0.76% | 0.7% | - |
| HSV(B) | 161.03º | 0.49% | 0.93% | - |
| XYZ | 48.46 | 68.73 | 65.36 | - |
| YUV | 197.8 | 129.24 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 200 | 0.49 | 0 | 0.16 | 0.07 | 161.03 | 0.76 | 0.7 |
| Hex | 78 | ED | C8 | 31 | 0 | 10 | 7 | A1 | 4C | 46 |
| Octal | 170 | 355 | 310 | 61 | 0 | 20 | 7 | 241 | 114 | 106 |
| Binary | 1111000 | 11101101 | 11001000 | 110001 | 0 | 10000 | 111 | 10100001 | 1001100 | 1000110 |
Color Harmonies of #78EDC8
Complementary color
Monochromatic Colors of #78EDC8
Black with #78EDC8
Text Example
Text Example
White with #78EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDC8; }
p { color: rgb(120,237,200); }
H1.HeaderClassName
{
color: #78EDC8;
}
.AnyTagClassName
{
color: #78EDC8;
}
</style>
background-color css
<style>
a { background-color: #78EDC8; }
a { background-color: rgb(120,237,200); }
div.DivClassName
{
background-color: #78EDC8;
}
.BgClassName
{
background-color: #78EDC8;
}
</style>
border-color css
<style>
span { border-color: #78EDC8; }
span { border-color: rgb(120,237,200); }
td.TdClassName
{
border-color: #78EDC8;
}
.TagClassName
{
border-color: #78EDC8;
}
</style>