Shades of Aquamarine #77F8C9
Tints of Aquamarine #77F8C9
RGB
CMYK
RGB Variations
Color information
#77F8C9 (or 0x77F8C9) is known color: Aquamarine. HEX triplet: 77, F8 and C9. RGB value is (119,248,201). Sum of RGB (Red+Green+Blue) = 119+248+201=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F8C9 is #880736. Grayscale: #CCCCCC. Windows color (decimal): -8914743 or 13236343. OLE color: 13236343.
HSL color Cylindrical-coordinate representation of color #77F8C9: hue angle of 158.14º 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 #77F8C9 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 248 | 201 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.03 |
| HSL | 158.14º | 0.9% | 0.72% | - |
| HSV(B) | 158.14º | 0.52% | 0.97% | - |
| XYZ | 51.72 | 75.27 | 67.06 | - |
| YUV | 204.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 248 | 201 | 0.52 | 0 | 0.19 | 0.03 | 158.14 | 0.9 | 0.72 |
| Hex | 77 | F8 | C9 | 34 | 0 | 13 | 3 | 9E | 5A | 48 |
| Octal | 167 | 370 | 311 | 64 | 0 | 23 | 3 | 236 | 132 | 110 |
| Binary | 1110111 | 11111000 | 11001001 | 110100 | 0 | 10011 | 11 | 10011110 | 1011010 | 1001000 |
Color Harmonies of #77F8C9
Complementary color
Monochromatic Colors of #77F8C9
Black with #77F8C9
Text Example
Text Example
White with #77F8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F8C9; }
p { color: rgb(119,248,201); }
H1.HeaderClassName
{
color: #77F8C9;
}
.AnyTagClassName
{
color: #77F8C9;
}
</style>
background-color css
<style>
a { background-color: #77F8C9; }
a { background-color: rgb(119,248,201); }
div.DivClassName
{
background-color: #77F8C9;
}
.BgClassName
{
background-color: #77F8C9;
}
</style>
border-color css
<style>
span { border-color: #77F8C9; }
span { border-color: rgb(119,248,201); }
td.TdClassName
{
border-color: #77F8C9;
}
.TagClassName
{
border-color: #77F8C9;
}
</style>