Shades of Monte Carlo #74C2AD
Tints of Monte Carlo #74C2AD
RGB
CMYK
RGB Variations
Color information
#74C2AD (or 0x74C2AD) is known color: Monte Carlo. HEX triplet: 74, C2 and AD. RGB value is (116,194,173). Sum of RGB (Red+Green+Blue) = 116+194+173=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2AD is #8B3D52. Grayscale: #A8A8A8. Windows color (decimal): -9125203 or 11387508. OLE color: 11387508.
HSL color Cylindrical-coordinate representation of color #74C2AD: hue angle of 163.85º 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 #74C2AD is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 173 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.24 |
| HSL | 163.85º | 0.39% | 0.61% | - |
| HSV(B) | 163.85º | 0.4% | 0.76% | - |
| XYZ | 34.04 | 45.31 | 46.49 | - |
| YUV | 168.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 173 | 0.40 | 0 | 0.11 | 0.24 | 163.85 | 0.39 | 0.61 |
| Hex | 74 | C2 | AD | 28 | 0 | B | 18 | A4 | 27 | 3D |
| Octal | 164 | 302 | 255 | 50 | 0 | 13 | 30 | 244 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10101101 | 101000 | 0 | 1011 | 11000 | 10100100 | 100111 | 111101 |
Color Harmonies of #74C2AD
Complementary color
Monochromatic Colors of #74C2AD
Black with #74C2AD
Text Example
Text Example
White with #74C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2AD; }
p { color: rgb(116,194,173); }
H1.HeaderClassName
{
color: #74C2AD;
}
.AnyTagClassName
{
color: #74C2AD;
}
</style>
background-color css
<style>
a { background-color: #74C2AD; }
a { background-color: rgb(116,194,173); }
div.DivClassName
{
background-color: #74C2AD;
}
.BgClassName
{
background-color: #74C2AD;
}
</style>
border-color css
<style>
span { border-color: #74C2AD; }
span { border-color: rgb(116,194,173); }
td.TdClassName
{
border-color: #74C2AD;
}
.TagClassName
{
border-color: #74C2AD;
}
</style>