Shades of Monte Carlo #74BCB0
Tints of Monte Carlo #74BCB0
RGB
CMYK
RGB Variations
Color information
#74BCB0 (or 0x74BCB0) is known color: Monte Carlo. HEX triplet: 74, BC and B0. RGB value is (116,188,176). Sum of RGB (Red+Green+Blue) = 116+188+176=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BCB0 is #8B434F. Grayscale: #A5A5A5. Windows color (decimal): -9126736 or 11582580. OLE color: 11582580.
HSL color Cylindrical-coordinate representation of color #74BCB0: hue angle of 170º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BCB0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 176 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.26 |
| HSL | 170º | 0.35% | 0.6% | - |
| HSV(B) | 170º | 0.38% | 0.74% | - |
| XYZ | 33.02 | 42.81 | 47.6 | - |
| YUV | 165.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 176 | 0.38 | 0 | 0.06 | 0.26 | 170 | 0.35 | 0.6 |
| Hex | 74 | BC | B0 | 26 | 0 | 6 | 1A | AA | 23 | 3C |
| Octal | 164 | 274 | 260 | 46 | 0 | 6 | 32 | 252 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10110000 | 100110 | 0 | 110 | 11010 | 10101010 | 100011 | 111100 |
Color Harmonies of #74BCB0
Complementary color
Monochromatic Colors of #74BCB0
Black with #74BCB0
Text Example
Text Example
White with #74BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCB0; }
p { color: rgb(116,188,176); }
H1.HeaderClassName
{
color: #74BCB0;
}
.AnyTagClassName
{
color: #74BCB0;
}
</style>
background-color css
<style>
a { background-color: #74BCB0; }
a { background-color: rgb(116,188,176); }
div.DivClassName
{
background-color: #74BCB0;
}
.BgClassName
{
background-color: #74BCB0;
}
</style>
border-color css
<style>
span { border-color: #74BCB0; }
span { border-color: rgb(116,188,176); }
td.TdClassName
{
border-color: #74BCB0;
}
.TagClassName
{
border-color: #74BCB0;
}
</style>