Shades of Aquamarine #78FFDF
Tints of Aquamarine #78FFDF
RGB
CMYK
RGB Variations
Color information
#78FFDF (or 0x78FFDF) is known color: Aquamarine. HEX triplet: 78, FF and DF. RGB value is (120,255,223). Sum of RGB (Red+Green+Blue) = 120+255+223=598 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.07% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFDF is #870020. Grayscale: #D2D2D2. Windows color (decimal): -8847393 or 14679928. OLE color: 14679928.
HSL color Cylindrical-coordinate representation of color #78FFDF: hue angle of 165.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFDF is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 223 | - |
| CMYK | 0.53 | 0 | 0.13 | 0 |
| HSL | 165.78º | 1% | 0.74% | - |
| HSV(B) | 165.78º | 0.53% | 1% | - |
| XYZ | 56.83 | 80.84 | 82.42 | - |
| YUV | 210.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 223 | 0.53 | 0 | 0.13 | 0 | 165.78 | 1 | 0.74 |
| Hex | 78 | FF | DF | 35 | 0 | D | 0 | A6 | 64 | 4A |
| Octal | 170 | 377 | 337 | 65 | 0 | 15 | 0 | 246 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11011111 | 110101 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001010 |
Color Harmonies of #78FFDF
Complementary color
Monochromatic Colors of #78FFDF
Black with #78FFDF
Text Example
Text Example
White with #78FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFDF; }
p { color: rgb(120,255,223); }
H1.HeaderClassName
{
color: #78FFDF;
}
.AnyTagClassName
{
color: #78FFDF;
}
</style>
background-color css
<style>
a { background-color: #78FFDF; }
a { background-color: rgb(120,255,223); }
div.DivClassName
{
background-color: #78FFDF;
}
.BgClassName
{
background-color: #78FFDF;
}
</style>
border-color css
<style>
span { border-color: #78FFDF; }
span { border-color: rgb(120,255,223); }
td.TdClassName
{
border-color: #78FFDF;
}
.TagClassName
{
border-color: #78FFDF;
}
</style>