Shades of Medium Aquamarine #77CFA2
Tints of Medium Aquamarine #77CFA2
RGB
CMYK
RGB Variations
Color information
#77CFA2 (or 0x77CFA2) is known color: Medium Aquamarine. HEX triplet: 77, CF and A2. RGB value is (119,207,162). Sum of RGB (Red+Green+Blue) = 119+207+162=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFA2 is #88305D. Grayscale: #AFAFAF. Windows color (decimal): -8925278 or 10669943. OLE color: 10669943.
HSL color Cylindrical-coordinate representation of color #77CFA2: hue angle of 149.32º 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 #77CFA2 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 162 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.19 |
| HSL | 149.32º | 0.48% | 0.64% | - |
| HSV(B) | 149.32º | 0.43% | 0.81% | - |
| XYZ | 36.44 | 51.16 | 42.14 | - |
| YUV | 175.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 162 | 0.43 | 0 | 0.22 | 0.19 | 149.32 | 0.48 | 0.64 |
| Hex | 77 | CF | A2 | 2B | 0 | 16 | 13 | 95 | 30 | 40 |
| Octal | 167 | 317 | 242 | 53 | 0 | 26 | 23 | 225 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10100010 | 101011 | 0 | 10110 | 10011 | 10010101 | 110000 | 1000000 |
Color Harmonies of #77CFA2
Complementary color
Monochromatic Colors of #77CFA2
Black with #77CFA2
Text Example
Text Example
White with #77CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFA2; }
p { color: rgb(119,207,162); }
H1.HeaderClassName
{
color: #77CFA2;
}
.AnyTagClassName
{
color: #77CFA2;
}
</style>
background-color css
<style>
a { background-color: #77CFA2; }
a { background-color: rgb(119,207,162); }
div.DivClassName
{
background-color: #77CFA2;
}
.BgClassName
{
background-color: #77CFA2;
}
</style>
border-color css
<style>
span { border-color: #77CFA2; }
span { border-color: rgb(119,207,162); }
td.TdClassName
{
border-color: #77CFA2;
}
.TagClassName
{
border-color: #77CFA2;
}
</style>