Shades of Aquamarine #77F8CF
Tints of Aquamarine #77F8CF
RGB
CMYK
RGB Variations
Color information
#77F8CF (or 0x77F8CF) is known color: Aquamarine. HEX triplet: 77, F8 and CF. RGB value is (119,248,207). Sum of RGB (Red+Green+Blue) = 119+248+207=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F8CF is #880730. Grayscale: #CCCCCC. Windows color (decimal): -8914737 or 13629559. OLE color: 13629559.
HSL color Cylindrical-coordinate representation of color #77F8CF: hue angle of 160.93º 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 #77F8CF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 248 | 207 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.03 |
| HSL | 160.93º | 0.9% | 0.72% | - |
| HSV(B) | 160.93º | 0.52% | 0.97% | - |
| XYZ | 52.44 | 75.56 | 70.85 | - |
| YUV | 204.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 248 | 207 | 0.52 | 0 | 0.17 | 0.03 | 160.93 | 0.9 | 0.72 |
| Hex | 77 | F8 | CF | 34 | 0 | 11 | 3 | A1 | 5A | 48 |
| Octal | 167 | 370 | 317 | 64 | 0 | 21 | 3 | 241 | 132 | 110 |
| Binary | 1110111 | 11111000 | 11001111 | 110100 | 0 | 10001 | 11 | 10100001 | 1011010 | 1001000 |
Color Harmonies of #77F8CF
Complementary color
Monochromatic Colors of #77F8CF
Black with #77F8CF
Text Example
Text Example
White with #77F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F8CF; }
p { color: rgb(119,248,207); }
H1.HeaderClassName
{
color: #77F8CF;
}
.AnyTagClassName
{
color: #77F8CF;
}
</style>
background-color css
<style>
a { background-color: #77F8CF; }
a { background-color: rgb(119,248,207); }
div.DivClassName
{
background-color: #77F8CF;
}
.BgClassName
{
background-color: #77F8CF;
}
</style>
border-color css
<style>
span { border-color: #77F8CF; }
span { border-color: rgb(119,248,207); }
td.TdClassName
{
border-color: #77F8CF;
}
.TagClassName
{
border-color: #77F8CF;
}
</style>