Shades of Monte Carlo #74CBAE
Tints of Monte Carlo #74CBAE
RGB
CMYK
RGB Variations
Color information
#74CBAE (or 0x74CBAE) is known color: Monte Carlo. HEX triplet: 74, CB and AE. RGB value is (116,203,174). Sum of RGB (Red+Green+Blue) = 116+203+174=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBAE is #8B3451. Grayscale: #ADADAD. Windows color (decimal): -9122898 or 11455348. OLE color: 11455348.
HSL color Cylindrical-coordinate representation of color #74CBAE: hue angle of 160º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBAE is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 174 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.20 |
| HSL | 160º | 0.46% | 0.63% | - |
| HSV(B) | 160º | 0.43% | 0.8% | - |
| XYZ | 36.2 | 49.48 | 47.69 | - |
| YUV | 173.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 174 | 0.43 | 0 | 0.14 | 0.20 | 160 | 0.46 | 0.63 |
| Hex | 74 | CB | AE | 2B | 0 | E | 14 | A0 | 2E | 3F |
| Octal | 164 | 313 | 256 | 53 | 0 | 16 | 24 | 240 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10101110 | 101011 | 0 | 1110 | 10100 | 10100000 | 101110 | 111111 |
Color Harmonies of #74CBAE
Complementary color
Monochromatic Colors of #74CBAE
Black with #74CBAE
Text Example
Text Example
White with #74CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBAE; }
p { color: rgb(116,203,174); }
H1.HeaderClassName
{
color: #74CBAE;
}
.AnyTagClassName
{
color: #74CBAE;
}
</style>
background-color css
<style>
a { background-color: #74CBAE; }
a { background-color: rgb(116,203,174); }
div.DivClassName
{
background-color: #74CBAE;
}
.BgClassName
{
background-color: #74CBAE;
}
</style>
border-color css
<style>
span { border-color: #74CBAE; }
span { border-color: rgb(116,203,174); }
td.TdClassName
{
border-color: #74CBAE;
}
.TagClassName
{
border-color: #74CBAE;
}
</style>