Shades of Aquamarine #78F0E4
Tints of Aquamarine #78F0E4
RGB
CMYK
RGB Variations
Color information
#78F0E4 (or 0x78F0E4) is known color: Aquamarine. HEX triplet: 78, F0 and E4. RGB value is (120,240,228). Sum of RGB (Red+Green+Blue) = 120+240+228=588 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.41% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #78F0E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F0E4 is #870F1B. Grayscale: #CACACA. Windows color (decimal): -8851228 or 15003768. OLE color: 15003768.
HSL color Cylindrical-coordinate representation of color #78F0E4: hue angle of 174º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F0E4 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 240 | 228 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.06 |
| HSL | 174º | 0.8% | 0.71% | - |
| HSV(B) | 174º | 0.5% | 0.94% | - |
| XYZ | 52.91 | 71.91 | 84.49 | - |
| YUV | 202.75 | 142.24 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 240 | 228 | 0.5 | 0 | 0.05 | 0.06 | 174 | 0.8 | 0.71 |
| Hex | 78 | F0 | E4 | 32 | 0 | 5 | 6 | AE | 50 | 47 |
| Octal | 170 | 360 | 344 | 62 | 0 | 5 | 6 | 256 | 120 | 107 |
| Binary | 1111000 | 11110000 | 11100100 | 110010 | 0 | 101 | 110 | 10101110 | 1010000 | 1000111 |
Color Harmonies of #78F0E4
Complementary color
Monochromatic Colors of #78F0E4
Black with #78F0E4
Text Example
Text Example
White with #78F0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F0E4; }
p { color: rgb(120,240,228); }
H1.HeaderClassName
{
color: #78F0E4;
}
.AnyTagClassName
{
color: #78F0E4;
}
</style>
background-color css
<style>
a { background-color: #78F0E4; }
a { background-color: rgb(120,240,228); }
div.DivClassName
{
background-color: #78F0E4;
}
.BgClassName
{
background-color: #78F0E4;
}
</style>
border-color css
<style>
span { border-color: #78F0E4; }
span { border-color: rgb(120,240,228); }
td.TdClassName
{
border-color: #78F0E4;
}
.TagClassName
{
border-color: #78F0E4;
}
</style>