Shades of Aquamarine #77FCC7
Tints of Aquamarine #77FCC7
RGB
CMYK
RGB Variations
Color information
#77FCC7 (or 0x77FCC7) is known color: Aquamarine. HEX triplet: 77, FC and C7. RGB value is (119,252,199). Sum of RGB (Red+Green+Blue) = 119+252+199=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCC7 is #880338. Grayscale: #CECECE. Windows color (decimal): -8913721 or 13106295. OLE color: 13106295.
HSL color Cylindrical-coordinate representation of color #77FCC7: hue angle of 156.09º 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 #77FCC7 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 199 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.01 |
| HSL | 156.09º | 0.96% | 0.73% | - |
| HSV(B) | 156.09º | 0.53% | 0.99% | - |
| XYZ | 52.73 | 77.67 | 66.24 | - |
| YUV | 206.19 | 123.94 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 199 | 0.53 | 0 | 0.21 | 0.01 | 156.09 | 0.96 | 0.73 |
| Hex | 77 | FC | C7 | 35 | 0 | 15 | 1 | 9C | 60 | 49 |
| Octal | 167 | 374 | 307 | 65 | 0 | 25 | 1 | 234 | 140 | 111 |
| Binary | 1110111 | 11111100 | 11000111 | 110101 | 0 | 10101 | 1 | 10011100 | 1100000 | 1001001 |
Color Harmonies of #77FCC7
Complementary color
Monochromatic Colors of #77FCC7
Black with #77FCC7
Text Example
Text Example
White with #77FCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCC7; }
p { color: rgb(119,252,199); }
H1.HeaderClassName
{
color: #77FCC7;
}
.AnyTagClassName
{
color: #77FCC7;
}
</style>
background-color css
<style>
a { background-color: #77FCC7; }
a { background-color: rgb(119,252,199); }
div.DivClassName
{
background-color: #77FCC7;
}
.BgClassName
{
background-color: #77FCC7;
}
</style>
border-color css
<style>
span { border-color: #77FCC7; }
span { border-color: rgb(119,252,199); }
td.TdClassName
{
border-color: #77FCC7;
}
.TagClassName
{
border-color: #77FCC7;
}
</style>