Shades of Aquamarine #78FFCF
Tints of Aquamarine #78FFCF
RGB
CMYK
RGB Variations
Color information
#78FFCF (or 0x78FFCF) is known color: Aquamarine. HEX triplet: 78, FF and CF. RGB value is (120,255,207). Sum of RGB (Red+Green+Blue) = 120+255+207=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFCF is #870030. Grayscale: #D1D1D1. Windows color (decimal): -8847409 or 13631352. OLE color: 13631352.
HSL color Cylindrical-coordinate representation of color #78FFCF: hue angle of 158.67º 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 #78FFCF is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 207 | - |
| CMYK | 0.53 | 0 | 0.19 | 0 |
| HSL | 158.67º | 1% | 0.74% | - |
| HSV(B) | 158.67º | 0.53% | 1% | - |
| XYZ | 54.77 | 80.02 | 71.59 | - |
| YUV | 209.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 207 | 0.53 | 0 | 0.19 | 0 | 158.67 | 1 | 0.74 |
| Hex | 78 | FF | CF | 35 | 0 | 13 | 0 | 9F | 64 | 4A |
| Octal | 170 | 377 | 317 | 65 | 0 | 23 | 0 | 237 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11001111 | 110101 | 0 | 10011 | 0 | 10011111 | 1100100 | 1001010 |
Color Harmonies of #78FFCF
Complementary color
Monochromatic Colors of #78FFCF
Black with #78FFCF
Text Example
Text Example
White with #78FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFCF; }
p { color: rgb(120,255,207); }
H1.HeaderClassName
{
color: #78FFCF;
}
.AnyTagClassName
{
color: #78FFCF;
}
</style>
background-color css
<style>
a { background-color: #78FFCF; }
a { background-color: rgb(120,255,207); }
div.DivClassName
{
background-color: #78FFCF;
}
.BgClassName
{
background-color: #78FFCF;
}
</style>
border-color css
<style>
span { border-color: #78FFCF; }
span { border-color: rgb(120,255,207); }
td.TdClassName
{
border-color: #78FFCF;
}
.TagClassName
{
border-color: #78FFCF;
}
</style>