Shades of Monte Carlo #74CAAE
Tints of Monte Carlo #74CAAE
RGB
CMYK
RGB Variations
Color information
#74CAAE (or 0x74CAAE) is known color: Monte Carlo. HEX triplet: 74, CA and AE. RGB value is (116,202,174). Sum of RGB (Red+Green+Blue) = 116+202+174=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAAE is #8B3551. Grayscale: #ADADAD. Windows color (decimal): -9123154 or 11455092. OLE color: 11455092.
HSL color Cylindrical-coordinate representation of color #74CAAE: hue angle of 160.47º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAAE is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 174 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.21 |
| HSL | 160.47º | 0.45% | 0.62% | - |
| HSV(B) | 160.47º | 0.43% | 0.79% | - |
| XYZ | 35.96 | 49.01 | 47.61 | - |
| YUV | 173.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 174 | 0.43 | 0 | 0.14 | 0.21 | 160.47 | 0.45 | 0.62 |
| Hex | 74 | CA | AE | 2B | 0 | E | 15 | A0 | 2D | 3E |
| Octal | 164 | 312 | 256 | 53 | 0 | 16 | 25 | 240 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10101110 | 101011 | 0 | 1110 | 10101 | 10100000 | 101101 | 111110 |
Color Harmonies of #74CAAE
Complementary color
Monochromatic Colors of #74CAAE
Black with #74CAAE
Text Example
Text Example
White with #74CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CAAE; }
p { color: rgb(116,202,174); }
H1.HeaderClassName
{
color: #74CAAE;
}
.AnyTagClassName
{
color: #74CAAE;
}
</style>
background-color css
<style>
a { background-color: #74CAAE; }
a { background-color: rgb(116,202,174); }
div.DivClassName
{
background-color: #74CAAE;
}
.BgClassName
{
background-color: #74CAAE;
}
</style>
border-color css
<style>
span { border-color: #74CAAE; }
span { border-color: rgb(116,202,174); }
td.TdClassName
{
border-color: #74CAAE;
}
.TagClassName
{
border-color: #74CAAE;
}
</style>