Shades of Aquamarine #77FFB5
Tints of Aquamarine #77FFB5
RGB
CMYK
RGB Variations
Color information
#77FFB5 (or 0x77FFB5) is known color: Aquamarine. HEX triplet: 77, FF and B5. RGB value is (119,255,181). Sum of RGB (Red+Green+Blue) = 119+255+181=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFB5 is #88004A. Grayscale: #CECECE. Windows color (decimal): -8912971 or 11927415. OLE color: 11927415.
HSL color Cylindrical-coordinate representation of color #77FFB5: hue angle of 147.35º 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 #77FFB5 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 181 | - |
| CMYK | 0.53 | 0 | 0.29 | 0 |
| HSL | 147.35º | 1% | 0.73% | - |
| HSV(B) | 147.35º | 0.53% | 1% | - |
| XYZ | 51.71 | 78.78 | 56.2 | - |
| YUV | 205.9 | 113.94 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 181 | 0.53 | 0 | 0.29 | 0 | 147.35 | 1 | 0.73 |
| Hex | 77 | FF | B5 | 35 | 0 | 1D | 0 | 93 | 64 | 49 |
| Octal | 167 | 377 | 265 | 65 | 0 | 35 | 0 | 223 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10110101 | 110101 | 0 | 11101 | 0 | 10010011 | 1100100 | 1001001 |
Color Harmonies of #77FFB5
Complementary color
Monochromatic Colors of #77FFB5
Black with #77FFB5
Text Example
Text Example
White with #77FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFB5; }
p { color: rgb(119,255,181); }
H1.HeaderClassName
{
color: #77FFB5;
}
.AnyTagClassName
{
color: #77FFB5;
}
</style>
background-color css
<style>
a { background-color: #77FFB5; }
a { background-color: rgb(119,255,181); }
div.DivClassName
{
background-color: #77FFB5;
}
.BgClassName
{
background-color: #77FFB5;
}
</style>
border-color css
<style>
span { border-color: #77FFB5; }
span { border-color: rgb(119,255,181); }
td.TdClassName
{
border-color: #77FFB5;
}
.TagClassName
{
border-color: #77FFB5;
}
</style>