Shades of Monte Carlo #74BCB6
Tints of Monte Carlo #74BCB6
RGB
CMYK
RGB Variations
Color information
#74BCB6 (or 0x74BCB6) is known color: Monte Carlo. HEX triplet: 74, BC and B6. RGB value is (116,188,182). Sum of RGB (Red+Green+Blue) = 116+188+182=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCB6 is #8B4349. Grayscale: #A5A5A5. Windows color (decimal): -9126730 or 11975796. OLE color: 11975796.
HSL color Cylindrical-coordinate representation of color #74BCB6: hue angle of 175º 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 #74BCB6 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 182 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.26 |
| HSL | 175º | 0.35% | 0.6% | - |
| HSV(B) | 175º | 0.38% | 0.74% | - |
| XYZ | 33.63 | 43.06 | 50.79 | - |
| YUV | 165.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 182 | 0.38 | 0 | 0.03 | 0.26 | 175 | 0.35 | 0.6 |
| Hex | 74 | BC | B6 | 26 | 0 | 3 | 1A | AF | 23 | 3C |
| Octal | 164 | 274 | 266 | 46 | 0 | 3 | 32 | 257 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10110110 | 100110 | 0 | 11 | 11010 | 10101111 | 100011 | 111100 |
Color Harmonies of #74BCB6
Complementary color
Monochromatic Colors of #74BCB6
Black with #74BCB6
Text Example
Text Example
White with #74BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCB6; }
p { color: rgb(116,188,182); }
H1.HeaderClassName
{
color: #74BCB6;
}
.AnyTagClassName
{
color: #74BCB6;
}
</style>
background-color css
<style>
a { background-color: #74BCB6; }
a { background-color: rgb(116,188,182); }
div.DivClassName
{
background-color: #74BCB6;
}
.BgClassName
{
background-color: #74BCB6;
}
</style>
border-color css
<style>
span { border-color: #74BCB6; }
span { border-color: rgb(116,188,182); }
td.TdClassName
{
border-color: #74BCB6;
}
.TagClassName
{
border-color: #74BCB6;
}
</style>