Shades of Medium Aquamarine #78CF9F
Tints of Medium Aquamarine #78CF9F
RGB
CMYK
RGB Variations
Color information
#78CF9F (or 0x78CF9F) is known color: Medium Aquamarine. HEX triplet: 78, CF and 9F. RGB value is (120,207,159). Sum of RGB (Red+Green+Blue) = 120+207+159=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF9F is #873060. Grayscale: #AFAFAF. Windows color (decimal): -8859745 or 10473336. OLE color: 10473336.
HSL color Cylindrical-coordinate representation of color #78CF9F: hue angle of 146.9º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CF9F is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 159 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.19 |
| HSL | 146.9º | 0.48% | 0.64% | - |
| HSV(B) | 146.9º | 0.42% | 0.81% | - |
| XYZ | 36.32 | 51.12 | 40.75 | - |
| YUV | 175.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 159 | 0.42 | 0 | 0.23 | 0.19 | 146.9 | 0.48 | 0.64 |
| Hex | 78 | CF | 9F | 2A | 0 | 17 | 13 | 93 | 30 | 40 |
| Octal | 170 | 317 | 237 | 52 | 0 | 27 | 23 | 223 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10011111 | 101010 | 0 | 10111 | 10011 | 10010011 | 110000 | 1000000 |
Color Harmonies of #78CF9F
Complementary color
Monochromatic Colors of #78CF9F
Black with #78CF9F
Text Example
Text Example
White with #78CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF9F; }
p { color: rgb(120,207,159); }
H1.HeaderClassName
{
color: #78CF9F;
}
.AnyTagClassName
{
color: #78CF9F;
}
</style>
background-color css
<style>
a { background-color: #78CF9F; }
a { background-color: rgb(120,207,159); }
div.DivClassName
{
background-color: #78CF9F;
}
.BgClassName
{
background-color: #78CF9F;
}
</style>
border-color css
<style>
span { border-color: #78CF9F; }
span { border-color: rgb(120,207,159); }
td.TdClassName
{
border-color: #78CF9F;
}
.TagClassName
{
border-color: #78CF9F;
}
</style>