Shades of Aquamarine #77FFB7
Tints of Aquamarine #77FFB7
RGB
CMYK
RGB Variations
Color information
#77FFB7 (or 0x77FFB7) is known color: Aquamarine. HEX triplet: 77, FF and B7. RGB value is (119,255,183). Sum of RGB (Red+Green+Blue) = 119+255+183=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFB7 is #880048. Grayscale: #CECECE. Windows color (decimal): -8912969 or 12058487. OLE color: 12058487.
HSL color Cylindrical-coordinate representation of color #77FFB7: hue angle of 148.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFB7 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 183 | - |
| CMYK | 0.53 | 0 | 0.28 | 0 |
| HSL | 148.24º | 1% | 0.73% | - |
| HSV(B) | 148.24º | 0.53% | 1% | - |
| XYZ | 51.92 | 78.86 | 57.29 | - |
| YUV | 206.13 | 114.94 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 183 | 0.53 | 0 | 0.28 | 0 | 148.24 | 1 | 0.73 |
| Hex | 77 | FF | B7 | 35 | 0 | 1C | 0 | 94 | 64 | 49 |
| Octal | 167 | 377 | 267 | 65 | 0 | 34 | 0 | 224 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10110111 | 110101 | 0 | 11100 | 0 | 10010100 | 1100100 | 1001001 |
Color Harmonies of #77FFB7
Complementary color
Monochromatic Colors of #77FFB7
Black with #77FFB7
Text Example
Text Example
White with #77FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFB7; }
p { color: rgb(119,255,183); }
H1.HeaderClassName
{
color: #77FFB7;
}
.AnyTagClassName
{
color: #77FFB7;
}
</style>
background-color css
<style>
a { background-color: #77FFB7; }
a { background-color: rgb(119,255,183); }
div.DivClassName
{
background-color: #77FFB7;
}
.BgClassName
{
background-color: #77FFB7;
}
</style>
border-color css
<style>
span { border-color: #77FFB7; }
span { border-color: rgb(119,255,183); }
td.TdClassName
{
border-color: #77FFB7;
}
.TagClassName
{
border-color: #77FFB7;
}
</style>