Shades of Medium Aquamarine #78CFA3
Tints of Medium Aquamarine #78CFA3
RGB
CMYK
RGB Variations
Color information
#78CFA3 (or 0x78CFA3) is known color: Medium Aquamarine. HEX triplet: 78, CF and A3. RGB value is (120,207,163). Sum of RGB (Red+Green+Blue) = 120+207+163=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CFA3 is #87305C. Grayscale: #B0B0B0. Windows color (decimal): -8859741 or 10735480. OLE color: 10735480.
HSL color Cylindrical-coordinate representation of color #78CFA3: hue angle of 149.66º 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 #78CFA3 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 163 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.19 |
| HSL | 149.66º | 0.48% | 0.64% | - |
| HSV(B) | 149.66º | 0.42% | 0.81% | - |
| XYZ | 36.67 | 51.26 | 42.61 | - |
| YUV | 175.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 163 | 0.42 | 0 | 0.21 | 0.19 | 149.66 | 0.48 | 0.64 |
| Hex | 78 | CF | A3 | 2A | 0 | 15 | 13 | 96 | 30 | 40 |
| Octal | 170 | 317 | 243 | 52 | 0 | 25 | 23 | 226 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10100011 | 101010 | 0 | 10101 | 10011 | 10010110 | 110000 | 1000000 |
Color Harmonies of #78CFA3
Complementary color
Monochromatic Colors of #78CFA3
Black with #78CFA3
Text Example
Text Example
White with #78CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFA3; }
p { color: rgb(120,207,163); }
H1.HeaderClassName
{
color: #78CFA3;
}
.AnyTagClassName
{
color: #78CFA3;
}
</style>
background-color css
<style>
a { background-color: #78CFA3; }
a { background-color: rgb(120,207,163); }
div.DivClassName
{
background-color: #78CFA3;
}
.BgClassName
{
background-color: #78CFA3;
}
</style>
border-color css
<style>
span { border-color: #78CFA3; }
span { border-color: rgb(120,207,163); }
td.TdClassName
{
border-color: #78CFA3;
}
.TagClassName
{
border-color: #78CFA3;
}
</style>