Shades of Medium Aquamarine #78DFB2
Tints of Medium Aquamarine #78DFB2
RGB
CMYK
RGB Variations
Color information
#78DFB2 (or 0x78DFB2) is known color: Medium Aquamarine. HEX triplet: 78, DF and B2. RGB value is (120,223,178). Sum of RGB (Red+Green+Blue) = 120+223+178=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DFB2 is #87204D. Grayscale: #BBBBBB. Windows color (decimal): -8855630 or 11722616. OLE color: 11722616.
HSL color Cylindrical-coordinate representation of color #78DFB2: hue angle of 153.79º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DFB2 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 178 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.13 |
| HSL | 153.79º | 0.62% | 0.67% | - |
| HSV(B) | 153.79º | 0.46% | 0.87% | - |
| XYZ | 42.17 | 59.98 | 51.47 | - |
| YUV | 187.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 178 | 0.46 | 0 | 0.20 | 0.13 | 153.79 | 0.62 | 0.67 |
| Hex | 78 | DF | B2 | 2E | 0 | 14 | D | 9A | 3E | 43 |
| Octal | 170 | 337 | 262 | 56 | 0 | 24 | 15 | 232 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10110010 | 101110 | 0 | 10100 | 1101 | 10011010 | 111110 | 1000011 |
Color Harmonies of #78DFB2
Complementary color
Monochromatic Colors of #78DFB2
Black with #78DFB2
Text Example
Text Example
White with #78DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFB2; }
p { color: rgb(120,223,178); }
H1.HeaderClassName
{
color: #78DFB2;
}
.AnyTagClassName
{
color: #78DFB2;
}
</style>
background-color css
<style>
a { background-color: #78DFB2; }
a { background-color: rgb(120,223,178); }
div.DivClassName
{
background-color: #78DFB2;
}
.BgClassName
{
background-color: #78DFB2;
}
</style>
border-color css
<style>
span { border-color: #78DFB2; }
span { border-color: rgb(120,223,178); }
td.TdClassName
{
border-color: #78DFB2;
}
.TagClassName
{
border-color: #78DFB2;
}
</style>