Shades of Monte Carlo #74C2BC
Tints of Monte Carlo #74C2BC
RGB
CMYK
RGB Variations
Color information
#74C2BC (or 0x74C2BC) is known color: Monte Carlo. HEX triplet: 74, C2 and BC. RGB value is (116,194,188). Sum of RGB (Red+Green+Blue) = 116+194+188=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2BC is #8B3D43. Grayscale: #A9A9A9. Windows color (decimal): -9125188 or 12370548. OLE color: 12370548.
HSL color Cylindrical-coordinate representation of color #74C2BC: hue angle of 175.38º 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 #74C2BC is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 188 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.24 |
| HSL | 175.38º | 0.39% | 0.61% | - |
| HSV(B) | 175.38º | 0.4% | 0.76% | - |
| XYZ | 35.57 | 45.93 | 54.57 | - |
| YUV | 169.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 188 | 0.40 | 0 | 0.03 | 0.24 | 175.38 | 0.39 | 0.61 |
| Hex | 74 | C2 | BC | 28 | 0 | 3 | 18 | AF | 27 | 3D |
| Octal | 164 | 302 | 274 | 50 | 0 | 3 | 30 | 257 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10111100 | 101000 | 0 | 11 | 11000 | 10101111 | 100111 | 111101 |
Color Harmonies of #74C2BC
Complementary color
Monochromatic Colors of #74C2BC
Black with #74C2BC
Text Example
Text Example
White with #74C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2BC; }
p { color: rgb(116,194,188); }
H1.HeaderClassName
{
color: #74C2BC;
}
.AnyTagClassName
{
color: #74C2BC;
}
</style>
background-color css
<style>
a { background-color: #74C2BC; }
a { background-color: rgb(116,194,188); }
div.DivClassName
{
background-color: #74C2BC;
}
.BgClassName
{
background-color: #74C2BC;
}
</style>
border-color css
<style>
span { border-color: #74C2BC; }
span { border-color: rgb(116,194,188); }
td.TdClassName
{
border-color: #74C2BC;
}
.TagClassName
{
border-color: #74C2BC;
}
</style>