Shades of Aquamarine #78F8B1
Tints of Aquamarine #78F8B1
RGB
CMYK
RGB Variations
Color information
#78F8B1 (or 0x78F8B1) is known color: Aquamarine. HEX triplet: 78, F8 and B1. RGB value is (120,248,177). Sum of RGB (Red+Green+Blue) = 120+248+177=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F8B1 is #87074E. Grayscale: #C9C9C9. Windows color (decimal): -8849231 or 11663480. OLE color: 11663480.
HSL color Cylindrical-coordinate representation of color #78F8B1: hue angle of 146.72º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8B1 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 248 | 177 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.03 |
| HSL | 146.72º | 0.9% | 0.72% | - |
| HSV(B) | 146.72º | 0.52% | 0.97% | - |
| XYZ | 49.25 | 74.3 | 53.34 | - |
| YUV | 201.63 | 114.09 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 248 | 177 | 0.52 | 0 | 0.29 | 0.03 | 146.72 | 0.9 | 0.72 |
| Hex | 78 | F8 | B1 | 34 | 0 | 1D | 3 | 93 | 5A | 48 |
| Octal | 170 | 370 | 261 | 64 | 0 | 35 | 3 | 223 | 132 | 110 |
| Binary | 1111000 | 11111000 | 10110001 | 110100 | 0 | 11101 | 11 | 10010011 | 1011010 | 1001000 |
Color Harmonies of #78F8B1
Complementary color
Monochromatic Colors of #78F8B1
Black with #78F8B1
Text Example
Text Example
White with #78F8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F8B1; }
p { color: rgb(120,248,177); }
H1.HeaderClassName
{
color: #78F8B1;
}
.AnyTagClassName
{
color: #78F8B1;
}
</style>
background-color css
<style>
a { background-color: #78F8B1; }
a { background-color: rgb(120,248,177); }
div.DivClassName
{
background-color: #78F8B1;
}
.BgClassName
{
background-color: #78F8B1;
}
</style>
border-color css
<style>
span { border-color: #78F8B1; }
span { border-color: rgb(120,248,177); }
td.TdClassName
{
border-color: #78F8B1;
}
.TagClassName
{
border-color: #78F8B1;
}
</style>