Shades of Medium Aquamarine #77CAA5
Tints of Medium Aquamarine #77CAA5
RGB
CMYK
RGB Variations
Color information
#77CAA5 (or 0x77CAA5) is known color: Medium Aquamarine. HEX triplet: 77, CA and A5. RGB value is (119,202,165). Sum of RGB (Red+Green+Blue) = 119+202+165=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CAA5 is #88355A. Grayscale: #ADADAD. Windows color (decimal): -8926555 or 10865271. OLE color: 10865271.
HSL color Cylindrical-coordinate representation of color #77CAA5: hue angle of 153.25º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAA5 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 165 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.21 |
| HSL | 153.25º | 0.44% | 0.63% | - |
| HSV(B) | 153.25º | 0.41% | 0.79% | - |
| XYZ | 35.52 | 48.88 | 43.16 | - |
| YUV | 172.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 165 | 0.41 | 0 | 0.18 | 0.21 | 153.25 | 0.44 | 0.63 |
| Hex | 77 | CA | A5 | 29 | 0 | 12 | 15 | 99 | 2C | 3F |
| Octal | 167 | 312 | 245 | 51 | 0 | 22 | 25 | 231 | 54 | 77 |
| Binary | 1110111 | 11001010 | 10100101 | 101001 | 0 | 10010 | 10101 | 10011001 | 101100 | 111111 |
Color Harmonies of #77CAA5
Complementary color
Monochromatic Colors of #77CAA5
Black with #77CAA5
Text Example
Text Example
White with #77CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CAA5; }
p { color: rgb(119,202,165); }
H1.HeaderClassName
{
color: #77CAA5;
}
.AnyTagClassName
{
color: #77CAA5;
}
</style>
background-color css
<style>
a { background-color: #77CAA5; }
a { background-color: rgb(119,202,165); }
div.DivClassName
{
background-color: #77CAA5;
}
.BgClassName
{
background-color: #77CAA5;
}
</style>
border-color css
<style>
span { border-color: #77CAA5; }
span { border-color: rgb(119,202,165); }
td.TdClassName
{
border-color: #77CAA5;
}
.TagClassName
{
border-color: #77CAA5;
}
</style>