Shades of Aquamarine #78FBB1
Tints of Aquamarine #78FBB1
RGB
CMYK
RGB Variations
Color information
#78FBB1 (or 0x78FBB1) is known color: Aquamarine. HEX triplet: 78, FB and B1. RGB value is (120,251,177). Sum of RGB (Red+Green+Blue) = 120+251+177=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FBB1 is #87044E. Grayscale: #CBCBCB. Windows color (decimal): -8848463 or 11664248. OLE color: 11664248.
HSL color Cylindrical-coordinate representation of color #78FBB1: hue angle of 146.11º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FBB1 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 251 | 177 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.02 |
| HSL | 146.11º | 0.94% | 0.73% | - |
| HSV(B) | 146.11º | 0.52% | 0.98% | - |
| XYZ | 50.18 | 76.16 | 53.65 | - |
| YUV | 203.4 | 113.1 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 251 | 177 | 0.52 | 0 | 0.29 | 0.02 | 146.11 | 0.94 | 0.73 |
| Hex | 78 | FB | B1 | 34 | 0 | 1D | 2 | 92 | 5E | 49 |
| Octal | 170 | 373 | 261 | 64 | 0 | 35 | 2 | 222 | 136 | 111 |
| Binary | 1111000 | 11111011 | 10110001 | 110100 | 0 | 11101 | 10 | 10010010 | 1011110 | 1001001 |
Color Harmonies of #78FBB1
Complementary color
Monochromatic Colors of #78FBB1
Black with #78FBB1
Text Example
Text Example
White with #78FBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FBB1; }
p { color: rgb(120,251,177); }
H1.HeaderClassName
{
color: #78FBB1;
}
.AnyTagClassName
{
color: #78FBB1;
}
</style>
background-color css
<style>
a { background-color: #78FBB1; }
a { background-color: rgb(120,251,177); }
div.DivClassName
{
background-color: #78FBB1;
}
.BgClassName
{
background-color: #78FBB1;
}
</style>
border-color css
<style>
span { border-color: #78FBB1; }
span { border-color: rgb(120,251,177); }
td.TdClassName
{
border-color: #78FBB1;
}
.TagClassName
{
border-color: #78FBB1;
}
</style>