Shades of Monte Carlo #74C2AB
Tints of Monte Carlo #74C2AB
RGB
CMYK
RGB Variations
Color information
#74C2AB (or 0x74C2AB) is known color: Monte Carlo. HEX triplet: 74, C2 and AB. RGB value is (116,194,171). Sum of RGB (Red+Green+Blue) = 116+194+171=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2AB is #8B3D54. Grayscale: #A8A8A8. Windows color (decimal): -9125205 or 11256436. OLE color: 11256436.
HSL color Cylindrical-coordinate representation of color #74C2AB: hue angle of 162.31º 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 #74C2AB is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 171 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.24 |
| HSL | 162.31º | 0.39% | 0.61% | - |
| HSV(B) | 162.31º | 0.4% | 0.76% | - |
| XYZ | 33.84 | 45.24 | 45.48 | - |
| YUV | 168.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 171 | 0.40 | 0 | 0.12 | 0.24 | 162.31 | 0.39 | 0.61 |
| Hex | 74 | C2 | AB | 28 | 0 | C | 18 | A2 | 27 | 3D |
| Octal | 164 | 302 | 253 | 50 | 0 | 14 | 30 | 242 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10101011 | 101000 | 0 | 1100 | 11000 | 10100010 | 100111 | 111101 |
Color Harmonies of #74C2AB
Complementary color
Monochromatic Colors of #74C2AB
Black with #74C2AB
Text Example
Text Example
White with #74C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2AB; }
p { color: rgb(116,194,171); }
H1.HeaderClassName
{
color: #74C2AB;
}
.AnyTagClassName
{
color: #74C2AB;
}
</style>
background-color css
<style>
a { background-color: #74C2AB; }
a { background-color: rgb(116,194,171); }
div.DivClassName
{
background-color: #74C2AB;
}
.BgClassName
{
background-color: #74C2AB;
}
</style>
border-color css
<style>
span { border-color: #74C2AB; }
span { border-color: rgb(116,194,171); }
td.TdClassName
{
border-color: #74C2AB;
}
.TagClassName
{
border-color: #74C2AB;
}
</style>