Shades of Aquamarine #77FCB2
Tints of Aquamarine #77FCB2
RGB
CMYK
RGB Variations
Color information
#77FCB2 (or 0x77FCB2) is known color: Aquamarine. HEX triplet: 77, FC and B2. RGB value is (119,252,178). Sum of RGB (Red+Green+Blue) = 119+252+178=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FCB2 is #88034D. Grayscale: #CBCBCB. Windows color (decimal): -8913742 or 11730039. OLE color: 11730039.
HSL color Cylindrical-coordinate representation of color #77FCB2: hue angle of 146.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 178 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.01 |
| HSL | 146.62º | 0.96% | 0.73% | - |
| HSV(B) | 146.62º | 0.53% | 0.99% | - |
| XYZ | 50.45 | 76.76 | 54.28 | - |
| YUV | 203.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 178 | 0.53 | 0 | 0.29 | 0.01 | 146.62 | 0.96 | 0.73 |
| Hex | 77 | FC | B2 | 35 | 0 | 1D | 1 | 93 | 60 | 49 |
| Octal | 167 | 374 | 262 | 65 | 0 | 35 | 1 | 223 | 140 | 111 |
| Binary | 1110111 | 11111100 | 10110010 | 110101 | 0 | 11101 | 1 | 10010011 | 1100000 | 1001001 |
Color Harmonies of #77FCB2
Complementary color
Monochromatic Colors of #77FCB2
Black with #77FCB2
Text Example
Text Example
White with #77FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCB2; }
p { color: rgb(119,252,178); }
H1.HeaderClassName
{
color: #77FCB2;
}
.AnyTagClassName
{
color: #77FCB2;
}
</style>
background-color css
<style>
a { background-color: #77FCB2; }
a { background-color: rgb(119,252,178); }
div.DivClassName
{
background-color: #77FCB2;
}
.BgClassName
{
background-color: #77FCB2;
}
</style>
border-color css
<style>
span { border-color: #77FCB2; }
span { border-color: rgb(119,252,178); }
td.TdClassName
{
border-color: #77FCB2;
}
.TagClassName
{
border-color: #77FCB2;
}
</style>