Shades of Aquamarine #78F9DB
Tints of Aquamarine #78F9DB
RGB
CMYK
RGB Variations
Color information
#78F9DB (or 0x78F9DB) is known color: Aquamarine. HEX triplet: 78, F9 and DB. RGB value is (120,249,219). Sum of RGB (Red+Green+Blue) = 120+249+219=588 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.41% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F9DB is #870624. Grayscale: #CFCFCF. Windows color (decimal): -8848933 or 14416248. OLE color: 14416248.
HSL color Cylindrical-coordinate representation of color #78F9DB: hue angle of 166.05º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9DB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 249 | 219 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.02 |
| HSL | 166.05º | 0.91% | 0.72% | - |
| HSV(B) | 166.05º | 0.52% | 0.98% | - |
| XYZ | 54.41 | 76.86 | 78.99 | - |
| YUV | 207.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 249 | 219 | 0.52 | 0 | 0.12 | 0.02 | 166.05 | 0.91 | 0.72 |
| Hex | 78 | F9 | DB | 34 | 0 | C | 2 | A6 | 5B | 48 |
| Octal | 170 | 371 | 333 | 64 | 0 | 14 | 2 | 246 | 133 | 110 |
| Binary | 1111000 | 11111001 | 11011011 | 110100 | 0 | 1100 | 10 | 10100110 | 1011011 | 1001000 |
Color Harmonies of #78F9DB
Complementary color
Monochromatic Colors of #78F9DB
Black with #78F9DB
Text Example
Text Example
White with #78F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F9DB; }
p { color: rgb(120,249,219); }
H1.HeaderClassName
{
color: #78F9DB;
}
.AnyTagClassName
{
color: #78F9DB;
}
</style>
background-color css
<style>
a { background-color: #78F9DB; }
a { background-color: rgb(120,249,219); }
div.DivClassName
{
background-color: #78F9DB;
}
.BgClassName
{
background-color: #78F9DB;
}
</style>
border-color css
<style>
span { border-color: #78F9DB; }
span { border-color: rgb(120,249,219); }
td.TdClassName
{
border-color: #78F9DB;
}
.TagClassName
{
border-color: #78F9DB;
}
</style>