Shades of Aquamarine #78FFCA
Tints of Aquamarine #78FFCA
RGB
CMYK
RGB Variations
Color information
#78FFCA (or 0x78FFCA) is known color: Aquamarine. HEX triplet: 78, FF and CA. RGB value is (120,255,202). Sum of RGB (Red+Green+Blue) = 120+255+202=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFCA is #870035. Grayscale: #D0D0D0. Windows color (decimal): -8847414 or 13303672. OLE color: 13303672.
HSL color Cylindrical-coordinate representation of color #78FFCA: hue angle of 156.44º 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 #78FFCA is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 202 | - |
| CMYK | 0.53 | 0 | 0.21 | 0 |
| HSL | 156.44º | 1% | 0.74% | - |
| HSV(B) | 156.44º | 0.53% | 1% | - |
| XYZ | 54.17 | 79.78 | 68.42 | - |
| YUV | 208.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 202 | 0.53 | 0 | 0.21 | 0 | 156.44 | 1 | 0.74 |
| Hex | 78 | FF | CA | 35 | 0 | 15 | 0 | 9C | 64 | 4A |
| Octal | 170 | 377 | 312 | 65 | 0 | 25 | 0 | 234 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11001010 | 110101 | 0 | 10101 | 0 | 10011100 | 1100100 | 1001010 |
Color Harmonies of #78FFCA
Complementary color
Monochromatic Colors of #78FFCA
Black with #78FFCA
Text Example
Text Example
White with #78FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFCA; }
p { color: rgb(120,255,202); }
H1.HeaderClassName
{
color: #78FFCA;
}
.AnyTagClassName
{
color: #78FFCA;
}
</style>
background-color css
<style>
a { background-color: #78FFCA; }
a { background-color: rgb(120,255,202); }
div.DivClassName
{
background-color: #78FFCA;
}
.BgClassName
{
background-color: #78FFCA;
}
</style>
border-color css
<style>
span { border-color: #78FFCA; }
span { border-color: rgb(120,255,202); }
td.TdClassName
{
border-color: #78FFCA;
}
.TagClassName
{
border-color: #78FFCA;
}
</style>