Shades of Monte Carlo #74BDAC
Tints of Monte Carlo #74BDAC
RGB
CMYK
RGB Variations
Color information
#74BDAC (or 0x74BDAC) is known color: Monte Carlo. HEX triplet: 74, BD and AC. RGB value is (116,189,172). Sum of RGB (Red+Green+Blue) = 116+189+172=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDAC is #8B4253. Grayscale: #A5A5A5. Windows color (decimal): -9126484 or 11320692. OLE color: 11320692.
HSL color Cylindrical-coordinate representation of color #74BDAC: hue angle of 166.03º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDAC is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 172 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.26 |
| HSL | 166.03º | 0.36% | 0.6% | - |
| HSV(B) | 166.03º | 0.39% | 0.74% | - |
| XYZ | 32.85 | 43.09 | 45.62 | - |
| YUV | 165.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 172 | 0.39 | 0 | 0.09 | 0.26 | 166.03 | 0.36 | 0.6 |
| Hex | 74 | BD | AC | 27 | 0 | 9 | 1A | A6 | 24 | 3C |
| Octal | 164 | 275 | 254 | 47 | 0 | 11 | 32 | 246 | 44 | 74 |
| Binary | 1110100 | 10111101 | 10101100 | 100111 | 0 | 1001 | 11010 | 10100110 | 100100 | 111100 |
Color Harmonies of #74BDAC
Complementary color
Monochromatic Colors of #74BDAC
Black with #74BDAC
Text Example
Text Example
White with #74BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDAC; }
p { color: rgb(116,189,172); }
H1.HeaderClassName
{
color: #74BDAC;
}
.AnyTagClassName
{
color: #74BDAC;
}
</style>
background-color css
<style>
a { background-color: #74BDAC; }
a { background-color: rgb(116,189,172); }
div.DivClassName
{
background-color: #74BDAC;
}
.BgClassName
{
background-color: #74BDAC;
}
</style>
border-color css
<style>
span { border-color: #74BDAC; }
span { border-color: rgb(116,189,172); }
td.TdClassName
{
border-color: #74BDAC;
}
.TagClassName
{
border-color: #74BDAC;
}
</style>