Shades of Monte Carlo #74CFB1
Tints of Monte Carlo #74CFB1
RGB
CMYK
RGB Variations
Color information
#74CFB1 (or 0x74CFB1) is known color: Monte Carlo. HEX triplet: 74, CF and B1. RGB value is (116,207,177). Sum of RGB (Red+Green+Blue) = 116+207+177=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFB1 is #8B304E. Grayscale: #B0B0B0. Windows color (decimal): -9121871 or 11652980. OLE color: 11652980.
HSL color Cylindrical-coordinate representation of color #74CFB1: hue angle of 160.22º degrees, saturation: 0.49, 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 #74CFB1 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 177 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.19 |
| HSL | 160.22º | 0.49% | 0.63% | - |
| HSV(B) | 160.22º | 0.44% | 0.81% | - |
| XYZ | 37.45 | 51.51 | 49.56 | - |
| YUV | 176.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 177 | 0.44 | 0 | 0.14 | 0.19 | 160.22 | 0.49 | 0.63 |
| Hex | 74 | CF | B1 | 2C | 0 | E | 13 | A0 | 31 | 3F |
| Octal | 164 | 317 | 261 | 54 | 0 | 16 | 23 | 240 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10110001 | 101100 | 0 | 1110 | 10011 | 10100000 | 110001 | 111111 |
Color Harmonies of #74CFB1
Complementary color
Monochromatic Colors of #74CFB1
Black with #74CFB1
Text Example
Text Example
White with #74CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFB1; }
p { color: rgb(116,207,177); }
H1.HeaderClassName
{
color: #74CFB1;
}
.AnyTagClassName
{
color: #74CFB1;
}
</style>
background-color css
<style>
a { background-color: #74CFB1; }
a { background-color: rgb(116,207,177); }
div.DivClassName
{
background-color: #74CFB1;
}
.BgClassName
{
background-color: #74CFB1;
}
</style>
border-color css
<style>
span { border-color: #74CFB1; }
span { border-color: rgb(116,207,177); }
td.TdClassName
{
border-color: #74CFB1;
}
.TagClassName
{
border-color: #74CFB1;
}
</style>