Shades of Medium Aquamarine #78E6AF
Tints of Medium Aquamarine #78E6AF
RGB
CMYK
RGB Variations
Color information
#78E6AF (or 0x78E6AF) is known color: Medium Aquamarine. HEX triplet: 78, E6 and AF. RGB value is (120,230,175). Sum of RGB (Red+Green+Blue) = 120+230+175=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #78E6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78E6AF is #871950. Grayscale: #BEBEBE. Windows color (decimal): -8853841 or 11527800. OLE color: 11527800.
HSL color Cylindrical-coordinate representation of color #78E6AF: hue angle of 150º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E6AF is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 230 | 175 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.10 |
| HSL | 150º | 0.69% | 0.69% | - |
| HSV(B) | 150º | 0.48% | 0.9% | - |
| XYZ | 43.78 | 63.68 | 50.54 | - |
| YUV | 190.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 175 | 0.48 | 0 | 0.24 | 0.10 | 150 | 0.69 | 0.69 |
| Hex | 78 | E6 | AF | 30 | 0 | 18 | A | 96 | 45 | 45 |
| Octal | 170 | 346 | 257 | 60 | 0 | 30 | 12 | 226 | 105 | 105 |
| Binary | 1111000 | 11100110 | 10101111 | 110000 | 0 | 11000 | 1010 | 10010110 | 1000101 | 1000101 |
Color Harmonies of #78E6AF
Complementary color
Monochromatic Colors of #78E6AF
Black with #78E6AF
Text Example
Text Example
White with #78E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E6AF; }
p { color: rgb(120,230,175); }
H1.HeaderClassName
{
color: #78E6AF;
}
.AnyTagClassName
{
color: #78E6AF;
}
</style>
background-color css
<style>
a { background-color: #78E6AF; }
a { background-color: rgb(120,230,175); }
div.DivClassName
{
background-color: #78E6AF;
}
.BgClassName
{
background-color: #78E6AF;
}
</style>
border-color css
<style>
span { border-color: #78E6AF; }
span { border-color: rgb(120,230,175); }
td.TdClassName
{
border-color: #78E6AF;
}
.TagClassName
{
border-color: #78E6AF;
}
</style>