Shades of Monte Carlo #74CEB2
Tints of Monte Carlo #74CEB2
RGB
CMYK
RGB Variations
Color information
#74CEB2 (or 0x74CEB2) is known color: Monte Carlo. HEX triplet: 74, CE and B2. RGB value is (116,206,178). Sum of RGB (Red+Green+Blue) = 116+206+178=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEB2 is #8B314D. Grayscale: #AFAFAF. Windows color (decimal): -9122126 or 11718260. OLE color: 11718260.
HSL color Cylindrical-coordinate representation of color #74CEB2: hue angle of 161.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEB2 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 178 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.19 |
| HSL | 161.33º | 0.48% | 0.63% | - |
| HSV(B) | 161.33º | 0.44% | 0.81% | - |
| XYZ | 37.31 | 51.07 | 50.01 | - |
| YUV | 175.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 178 | 0.44 | 0 | 0.14 | 0.19 | 161.33 | 0.48 | 0.63 |
| Hex | 74 | CE | B2 | 2C | 0 | E | 13 | A1 | 30 | 3F |
| Octal | 164 | 316 | 262 | 54 | 0 | 16 | 23 | 241 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10110010 | 101100 | 0 | 1110 | 10011 | 10100001 | 110000 | 111111 |
Color Harmonies of #74CEB2
Complementary color
Monochromatic Colors of #74CEB2
Black with #74CEB2
Text Example
Text Example
White with #74CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEB2; }
p { color: rgb(116,206,178); }
H1.HeaderClassName
{
color: #74CEB2;
}
.AnyTagClassName
{
color: #74CEB2;
}
</style>
background-color css
<style>
a { background-color: #74CEB2; }
a { background-color: rgb(116,206,178); }
div.DivClassName
{
background-color: #74CEB2;
}
.BgClassName
{
background-color: #74CEB2;
}
</style>
border-color css
<style>
span { border-color: #74CEB2; }
span { border-color: rgb(116,206,178); }
td.TdClassName
{
border-color: #74CEB2;
}
.TagClassName
{
border-color: #74CEB2;
}
</style>