Shades of Aquamarine #78FDE8
Tints of Aquamarine #78FDE8
RGB
CMYK
RGB Variations
Color information
#78FDE8 (or 0x78FDE8) is known color: Aquamarine. HEX triplet: 78, FD and E8. RGB value is (120,253,232). Sum of RGB (Red+Green+Blue) = 120+253+232=605 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.83% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDE8 is #870217. Grayscale: #D2D2D2. Windows color (decimal): -8847896 or 15269240. OLE color: 15269240.
HSL color Cylindrical-coordinate representation of color #78FDE8: hue angle of 170.53º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FDE8 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 253 | 232 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.01 |
| HSL | 170.53º | 0.97% | 0.73% | - |
| HSV(B) | 170.53º | 0.53% | 0.99% | - |
| XYZ | 57.44 | 80.07 | 88.77 | - |
| YUV | 210.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 253 | 232 | 0.53 | 0 | 0.08 | 0.01 | 170.53 | 0.97 | 0.73 |
| Hex | 78 | FD | E8 | 35 | 0 | 8 | 1 | AB | 61 | 49 |
| Octal | 170 | 375 | 350 | 65 | 0 | 10 | 1 | 253 | 141 | 111 |
| Binary | 1111000 | 11111101 | 11101000 | 110101 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001001 |
Color Harmonies of #78FDE8
Complementary color
Monochromatic Colors of #78FDE8
Black with #78FDE8
Text Example
Text Example
White with #78FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FDE8; }
p { color: rgb(120,253,232); }
H1.HeaderClassName
{
color: #78FDE8;
}
.AnyTagClassName
{
color: #78FDE8;
}
</style>
background-color css
<style>
a { background-color: #78FDE8; }
a { background-color: rgb(120,253,232); }
div.DivClassName
{
background-color: #78FDE8;
}
.BgClassName
{
background-color: #78FDE8;
}
</style>
border-color css
<style>
span { border-color: #78FDE8; }
span { border-color: rgb(120,253,232); }
td.TdClassName
{
border-color: #78FDE8;
}
.TagClassName
{
border-color: #78FDE8;
}
</style>