Shades of Monte Carlo #74C2AE
Tints of Monte Carlo #74C2AE
RGB
CMYK
RGB Variations
Color information
#74C2AE (or 0x74C2AE) is known color: Monte Carlo. HEX triplet: 74, C2 and AE. RGB value is (116,194,174). Sum of RGB (Red+Green+Blue) = 116+194+174=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2AE is #8B3D51. Grayscale: #A8A8A8. Windows color (decimal): -9125202 or 11453044. OLE color: 11453044.
HSL color Cylindrical-coordinate representation of color #74C2AE: hue angle of 164.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C2AE is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 174 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.24 |
| HSL | 164.62º | 0.39% | 0.61% | - |
| HSV(B) | 164.62º | 0.4% | 0.76% | - |
| XYZ | 34.13 | 45.35 | 47 | - |
| YUV | 168.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 174 | 0.40 | 0 | 0.10 | 0.24 | 164.62 | 0.39 | 0.61 |
| Hex | 74 | C2 | AE | 28 | 0 | A | 18 | A5 | 27 | 3D |
| Octal | 164 | 302 | 256 | 50 | 0 | 12 | 30 | 245 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10101110 | 101000 | 0 | 1010 | 11000 | 10100101 | 100111 | 111101 |
Color Harmonies of #74C2AE
Complementary color
Monochromatic Colors of #74C2AE
Black with #74C2AE
Text Example
Text Example
White with #74C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2AE; }
p { color: rgb(116,194,174); }
H1.HeaderClassName
{
color: #74C2AE;
}
.AnyTagClassName
{
color: #74C2AE;
}
</style>
background-color css
<style>
a { background-color: #74C2AE; }
a { background-color: rgb(116,194,174); }
div.DivClassName
{
background-color: #74C2AE;
}
.BgClassName
{
background-color: #74C2AE;
}
</style>
border-color css
<style>
span { border-color: #74C2AE; }
span { border-color: rgb(116,194,174); }
td.TdClassName
{
border-color: #74C2AE;
}
.TagClassName
{
border-color: #74C2AE;
}
</style>