Shades of Medium Aquamarine #77CBA5
Tints of Medium Aquamarine #77CBA5
RGB
CMYK
RGB Variations
Color information
#77CBA5 (or 0x77CBA5) is known color: Medium Aquamarine. HEX triplet: 77, CB and A5. RGB value is (119,203,165). Sum of RGB (Red+Green+Blue) = 119+203+165=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #77CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CBA5 is #88345A. Grayscale: #ADADAD. Windows color (decimal): -8926299 or 10865527. OLE color: 10865527.
HSL color Cylindrical-coordinate representation of color #77CBA5: hue angle of 152.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CBA5 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 165 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.20 |
| HSL | 152.86º | 0.45% | 0.63% | - |
| HSV(B) | 152.86º | 0.41% | 0.8% | - |
| XYZ | 35.76 | 49.35 | 43.24 | - |
| YUV | 173.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 165 | 0.41 | 0 | 0.19 | 0.20 | 152.86 | 0.45 | 0.63 |
| Hex | 77 | CB | A5 | 29 | 0 | 13 | 14 | 99 | 2D | 3F |
| Octal | 167 | 313 | 245 | 51 | 0 | 23 | 24 | 231 | 55 | 77 |
| Binary | 1110111 | 11001011 | 10100101 | 101001 | 0 | 10011 | 10100 | 10011001 | 101101 | 111111 |
Color Harmonies of #77CBA5
Complementary color
Monochromatic Colors of #77CBA5
Black with #77CBA5
Text Example
Text Example
White with #77CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBA5; }
p { color: rgb(119,203,165); }
H1.HeaderClassName
{
color: #77CBA5;
}
.AnyTagClassName
{
color: #77CBA5;
}
</style>
background-color css
<style>
a { background-color: #77CBA5; }
a { background-color: rgb(119,203,165); }
div.DivClassName
{
background-color: #77CBA5;
}
.BgClassName
{
background-color: #77CBA5;
}
</style>
border-color css
<style>
span { border-color: #77CBA5; }
span { border-color: rgb(119,203,165); }
td.TdClassName
{
border-color: #77CBA5;
}
.TagClassName
{
border-color: #77CBA5;
}
</style>