Shades of Monte Carlo #74BFAC
Tints of Monte Carlo #74BFAC
RGB
CMYK
RGB Variations
Color information
#74BFAC (or 0x74BFAC) is known color: Monte Carlo. HEX triplet: 74, BF and AC. RGB value is (116,191,172). Sum of RGB (Red+Green+Blue) = 116+191+172=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFAC is #8B4053. Grayscale: #A6A6A6. Windows color (decimal): -9125972 or 11321204. OLE color: 11321204.
HSL color Cylindrical-coordinate representation of color #74BFAC: hue angle of 164.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BFAC is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 172 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.25 |
| HSL | 164.8º | 0.37% | 0.6% | - |
| HSV(B) | 164.8º | 0.39% | 0.75% | - |
| XYZ | 33.28 | 43.95 | 45.76 | - |
| YUV | 166.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 172 | 0.39 | 0 | 0.10 | 0.25 | 164.8 | 0.37 | 0.6 |
| Hex | 74 | BF | AC | 27 | 0 | A | 19 | A5 | 25 | 3C |
| Octal | 164 | 277 | 254 | 47 | 0 | 12 | 31 | 245 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10101100 | 100111 | 0 | 1010 | 11001 | 10100101 | 100101 | 111100 |
Color Harmonies of #74BFAC
Complementary color
Monochromatic Colors of #74BFAC
Black with #74BFAC
Text Example
Text Example
White with #74BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFAC; }
p { color: rgb(116,191,172); }
H1.HeaderClassName
{
color: #74BFAC;
}
.AnyTagClassName
{
color: #74BFAC;
}
</style>
background-color css
<style>
a { background-color: #74BFAC; }
a { background-color: rgb(116,191,172); }
div.DivClassName
{
background-color: #74BFAC;
}
.BgClassName
{
background-color: #74BFAC;
}
</style>
border-color css
<style>
span { border-color: #74BFAC; }
span { border-color: rgb(116,191,172); }
td.TdClassName
{
border-color: #74BFAC;
}
.TagClassName
{
border-color: #74BFAC;
}
</style>