Shades of Aquamarine #78EFD3
Tints of Aquamarine #78EFD3
RGB
CMYK
RGB Variations
Color information
#78EFD3 (or 0x78EFD3) is known color: Aquamarine. HEX triplet: 78, EF and D3. RGB value is (120,239,211). Sum of RGB (Red+Green+Blue) = 120+239+211=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EFD3 is #87102C. Grayscale: #C8C8C8. Windows color (decimal): -8851501 or 13889400. OLE color: 13889400.
HSL color Cylindrical-coordinate representation of color #78EFD3: hue angle of 165.88º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFD3 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 239 | 211 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.06 |
| HSL | 165.88º | 0.79% | 0.7% | - |
| HSV(B) | 165.88º | 0.5% | 0.94% | - |
| XYZ | 50.37 | 70.43 | 72.57 | - |
| YUV | 200.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 239 | 211 | 0.50 | 0 | 0.12 | 0.06 | 165.88 | 0.79 | 0.7 |
| Hex | 78 | EF | D3 | 32 | 0 | C | 6 | A6 | 4F | 46 |
| Octal | 170 | 357 | 323 | 62 | 0 | 14 | 6 | 246 | 117 | 106 |
| Binary | 1111000 | 11101111 | 11010011 | 110010 | 0 | 1100 | 110 | 10100110 | 1001111 | 1000110 |
Color Harmonies of #78EFD3
Complementary color
Monochromatic Colors of #78EFD3
Black with #78EFD3
Text Example
Text Example
White with #78EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EFD3; }
p { color: rgb(120,239,211); }
H1.HeaderClassName
{
color: #78EFD3;
}
.AnyTagClassName
{
color: #78EFD3;
}
</style>
background-color css
<style>
a { background-color: #78EFD3; }
a { background-color: rgb(120,239,211); }
div.DivClassName
{
background-color: #78EFD3;
}
.BgClassName
{
background-color: #78EFD3;
}
</style>
border-color css
<style>
span { border-color: #78EFD3; }
span { border-color: rgb(120,239,211); }
td.TdClassName
{
border-color: #78EFD3;
}
.TagClassName
{
border-color: #78EFD3;
}
</style>