Shades of Monte Carlo #74C1BA
Tints of Monte Carlo #74C1BA
RGB
CMYK
RGB Variations
Color information
#74C1BA (or 0x74C1BA) is known color: Monte Carlo. HEX triplet: 74, C1 and BA. RGB value is (116,193,186). Sum of RGB (Red+Green+Blue) = 116+193+186=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #74C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1BA is #8B3E45. Grayscale: #A9A9A9. Windows color (decimal): -9125446 or 12239220. OLE color: 12239220.
HSL color Cylindrical-coordinate representation of color #74C1BA: hue angle of 174.55º degrees, saturation: 0.38, 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 #74C1BA is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 186 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.24 |
| HSL | 174.55º | 0.38% | 0.61% | - |
| HSV(B) | 174.55º | 0.4% | 0.76% | - |
| XYZ | 35.14 | 45.4 | 53.37 | - |
| YUV | 169.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 186 | 0.40 | 0 | 0.04 | 0.24 | 174.55 | 0.38 | 0.61 |
| Hex | 74 | C1 | BA | 28 | 0 | 4 | 18 | AF | 26 | 3D |
| Octal | 164 | 301 | 272 | 50 | 0 | 4 | 30 | 257 | 46 | 75 |
| Binary | 1110100 | 11000001 | 10111010 | 101000 | 0 | 100 | 11000 | 10101111 | 100110 | 111101 |
Color Harmonies of #74C1BA
Complementary color
Monochromatic Colors of #74C1BA
Black with #74C1BA
Text Example
Text Example
White with #74C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C1BA; }
p { color: rgb(116,193,186); }
H1.HeaderClassName
{
color: #74C1BA;
}
.AnyTagClassName
{
color: #74C1BA;
}
</style>
background-color css
<style>
a { background-color: #74C1BA; }
a { background-color: rgb(116,193,186); }
div.DivClassName
{
background-color: #74C1BA;
}
.BgClassName
{
background-color: #74C1BA;
}
</style>
border-color css
<style>
span { border-color: #74C1BA; }
span { border-color: rgb(116,193,186); }
td.TdClassName
{
border-color: #74C1BA;
}
.TagClassName
{
border-color: #74C1BA;
}
</style>