Shades of Monte Carlo #74C3B5
Tints of Monte Carlo #74C3B5
RGB
CMYK
RGB Variations
Color information
#74C3B5 (or 0x74C3B5) is known color: Monte Carlo. HEX triplet: 74, C3 and B5. RGB value is (116,195,181). Sum of RGB (Red+Green+Blue) = 116+195+181=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #74C3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C3B5 is #8B3C4A. Grayscale: #A9A9A9. Windows color (decimal): -9124939 or 11912052. OLE color: 11912052.
HSL color Cylindrical-coordinate representation of color #74C3B5: hue angle of 169.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C3B5 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 181 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.24 |
| HSL | 169.37º | 0.4% | 0.61% | - |
| HSV(B) | 169.37º | 0.41% | 0.76% | - |
| XYZ | 35.06 | 46.08 | 50.76 | - |
| YUV | 169.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 181 | 0.41 | 0 | 0.07 | 0.24 | 169.37 | 0.4 | 0.61 |
| Hex | 74 | C3 | B5 | 29 | 0 | 7 | 18 | A9 | 28 | 3D |
| Octal | 164 | 303 | 265 | 51 | 0 | 7 | 30 | 251 | 50 | 75 |
| Binary | 1110100 | 11000011 | 10110101 | 101001 | 0 | 111 | 11000 | 10101001 | 101000 | 111101 |
Color Harmonies of #74C3B5
Complementary color
Monochromatic Colors of #74C3B5
Black with #74C3B5
Text Example
Text Example
White with #74C3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C3B5; }
p { color: rgb(116,195,181); }
H1.HeaderClassName
{
color: #74C3B5;
}
.AnyTagClassName
{
color: #74C3B5;
}
</style>
background-color css
<style>
a { background-color: #74C3B5; }
a { background-color: rgb(116,195,181); }
div.DivClassName
{
background-color: #74C3B5;
}
.BgClassName
{
background-color: #74C3B5;
}
</style>
border-color css
<style>
span { border-color: #74C3B5; }
span { border-color: rgb(116,195,181); }
td.TdClassName
{
border-color: #74C3B5;
}
.TagClassName
{
border-color: #74C3B5;
}
</style>