Shades of Aquamarine #78EECF
Tints of Aquamarine #78EECF
RGB
CMYK
RGB Variations
Color information
#78EECF (or 0x78EECF) is known color: Aquamarine. HEX triplet: 78, EE and CF. RGB value is (120,238,207). Sum of RGB (Red+Green+Blue) = 120+238+207=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #78EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EECF is #871130. Grayscale: #C7C7C7. Windows color (decimal): -8851761 or 13627000. OLE color: 13627000.
HSL color Cylindrical-coordinate representation of color #78EECF: hue angle of 164.24º 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 #78EECF is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 207 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.07 |
| HSL | 164.24º | 0.78% | 0.7% | - |
| HSV(B) | 164.24º | 0.5% | 0.93% | - |
| XYZ | 49.58 | 69.65 | 69.86 | - |
| YUV | 199.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 207 | 0.50 | 0 | 0.13 | 0.07 | 164.24 | 0.78 | 0.7 |
| Hex | 78 | EE | CF | 32 | 0 | D | 7 | A4 | 4E | 46 |
| Octal | 170 | 356 | 317 | 62 | 0 | 15 | 7 | 244 | 116 | 106 |
| Binary | 1111000 | 11101110 | 11001111 | 110010 | 0 | 1101 | 111 | 10100100 | 1001110 | 1000110 |
Color Harmonies of #78EECF
Complementary color
Monochromatic Colors of #78EECF
Black with #78EECF
Text Example
Text Example
White with #78EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EECF; }
p { color: rgb(120,238,207); }
H1.HeaderClassName
{
color: #78EECF;
}
.AnyTagClassName
{
color: #78EECF;
}
</style>
background-color css
<style>
a { background-color: #78EECF; }
a { background-color: rgb(120,238,207); }
div.DivClassName
{
background-color: #78EECF;
}
.BgClassName
{
background-color: #78EECF;
}
</style>
border-color css
<style>
span { border-color: #78EECF; }
span { border-color: rgb(120,238,207); }
td.TdClassName
{
border-color: #78EECF;
}
.TagClassName
{
border-color: #78EECF;
}
</style>