Shades of Monte Carlo #77CEAE
Tints of Monte Carlo #77CEAE
RGB
CMYK
RGB Variations
Color information
#77CEAE (or 0x77CEAE) is known color: Monte Carlo. HEX triplet: 77, CE and AE. RGB value is (119,206,174). Sum of RGB (Red+Green+Blue) = 119+206+174=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEAE is #883151. Grayscale: #B0B0B0. Windows color (decimal): -8925522 or 11456119. OLE color: 11456119.
HSL color Cylindrical-coordinate representation of color #77CEAE: hue angle of 157.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEAE is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 174 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.19 |
| HSL | 157.93º | 0.47% | 0.64% | - |
| HSV(B) | 157.93º | 0.42% | 0.81% | - |
| XYZ | 37.32 | 51.12 | 47.94 | - |
| YUV | 176.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 174 | 0.42 | 0 | 0.16 | 0.19 | 157.93 | 0.47 | 0.64 |
| Hex | 77 | CE | AE | 2A | 0 | 10 | 13 | 9E | 2F | 40 |
| Octal | 167 | 316 | 256 | 52 | 0 | 20 | 23 | 236 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10101110 | 101010 | 0 | 10000 | 10011 | 10011110 | 101111 | 1000000 |
Color Harmonies of #77CEAE
Complementary color
Monochromatic Colors of #77CEAE
Black with #77CEAE
Text Example
Text Example
White with #77CEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEAE; }
p { color: rgb(119,206,174); }
H1.HeaderClassName
{
color: #77CEAE;
}
.AnyTagClassName
{
color: #77CEAE;
}
</style>
background-color css
<style>
a { background-color: #77CEAE; }
a { background-color: rgb(119,206,174); }
div.DivClassName
{
background-color: #77CEAE;
}
.BgClassName
{
background-color: #77CEAE;
}
</style>
border-color css
<style>
span { border-color: #77CEAE; }
span { border-color: rgb(119,206,174); }
td.TdClassName
{
border-color: #77CEAE;
}
.TagClassName
{
border-color: #77CEAE;
}
</style>