Shades of Monte Carlo #74C2AA
Tints of Monte Carlo #74C2AA
RGB
CMYK
RGB Variations
Color information
#74C2AA (or 0x74C2AA) is known color: Monte Carlo. HEX triplet: 74, C2 and AA. RGB value is (116,194,170). Sum of RGB (Red+Green+Blue) = 116+194+170=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2AA is #8B3D55. Grayscale: #A7A7A7. Windows color (decimal): -9125206 or 11190900. OLE color: 11190900.
HSL color Cylindrical-coordinate representation of color #74C2AA: hue angle of 161.54º 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 #74C2AA is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 170 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.24 |
| HSL | 161.54º | 0.39% | 0.61% | - |
| HSV(B) | 161.54º | 0.4% | 0.76% | - |
| XYZ | 33.75 | 45.2 | 44.98 | - |
| YUV | 167.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 170 | 0.40 | 0 | 0.12 | 0.24 | 161.54 | 0.39 | 0.61 |
| Hex | 74 | C2 | AA | 28 | 0 | C | 18 | A2 | 27 | 3D |
| Octal | 164 | 302 | 252 | 50 | 0 | 14 | 30 | 242 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10101010 | 101000 | 0 | 1100 | 11000 | 10100010 | 100111 | 111101 |
Color Harmonies of #74C2AA
Complementary color
Monochromatic Colors of #74C2AA
Black with #74C2AA
Text Example
Text Example
White with #74C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2AA; }
p { color: rgb(116,194,170); }
H1.HeaderClassName
{
color: #74C2AA;
}
.AnyTagClassName
{
color: #74C2AA;
}
</style>
background-color css
<style>
a { background-color: #74C2AA; }
a { background-color: rgb(116,194,170); }
div.DivClassName
{
background-color: #74C2AA;
}
.BgClassName
{
background-color: #74C2AA;
}
</style>
border-color css
<style>
span { border-color: #74C2AA; }
span { border-color: rgb(116,194,170); }
td.TdClassName
{
border-color: #74C2AA;
}
.TagClassName
{
border-color: #74C2AA;
}
</style>