Shades of Medium Aquamarine #77CFA8
Tints of Medium Aquamarine #77CFA8
RGB
CMYK
RGB Variations
Color information
#77CFA8 (or 0x77CFA8) is known color: Medium Aquamarine. HEX triplet: 77, CF and A8. RGB value is (119,207,168). Sum of RGB (Red+Green+Blue) = 119+207+168=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFA8 is #883057. Grayscale: #B0B0B0. Windows color (decimal): -8925272 or 11063159. OLE color: 11063159.
HSL color Cylindrical-coordinate representation of color #77CFA8: hue angle of 153.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFA8 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 168 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.19 |
| HSL | 153.41º | 0.48% | 0.64% | - |
| HSV(B) | 153.41º | 0.43% | 0.81% | - |
| XYZ | 36.99 | 51.37 | 45.01 | - |
| YUV | 176.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 168 | 0.43 | 0 | 0.19 | 0.19 | 153.41 | 0.48 | 0.64 |
| Hex | 77 | CF | A8 | 2B | 0 | 13 | 13 | 99 | 30 | 40 |
| Octal | 167 | 317 | 250 | 53 | 0 | 23 | 23 | 231 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10101000 | 101011 | 0 | 10011 | 10011 | 10011001 | 110000 | 1000000 |
Color Harmonies of #77CFA8
Complementary color
Monochromatic Colors of #77CFA8
Black with #77CFA8
Text Example
Text Example
White with #77CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFA8; }
p { color: rgb(119,207,168); }
H1.HeaderClassName
{
color: #77CFA8;
}
.AnyTagClassName
{
color: #77CFA8;
}
</style>
background-color css
<style>
a { background-color: #77CFA8; }
a { background-color: rgb(119,207,168); }
div.DivClassName
{
background-color: #77CFA8;
}
.BgClassName
{
background-color: #77CFA8;
}
</style>
border-color css
<style>
span { border-color: #77CFA8; }
span { border-color: rgb(119,207,168); }
td.TdClassName
{
border-color: #77CFA8;
}
.TagClassName
{
border-color: #77CFA8;
}
</style>