Shades of Monte Carlo #74CFB5
Tints of Monte Carlo #74CFB5
RGB
CMYK
RGB Variations
Color information
#74CFB5 (or 0x74CFB5) is known color: Monte Carlo. HEX triplet: 74, CF and B5. RGB value is (116,207,181). Sum of RGB (Red+Green+Blue) = 116+207+181=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFB5 is #8B304A. Grayscale: #B0B0B0. Windows color (decimal): -9121867 or 11915124. OLE color: 11915124.
HSL color Cylindrical-coordinate representation of color #74CFB5: hue angle of 162.86º 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 #74CFB5 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 181 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.19 |
| HSL | 162.86º | 0.49% | 0.63% | - |
| HSV(B) | 162.86º | 0.44% | 0.81% | - |
| XYZ | 37.86 | 51.67 | 51.7 | - |
| YUV | 176.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 181 | 0.44 | 0 | 0.13 | 0.19 | 162.86 | 0.49 | 0.63 |
| Hex | 74 | CF | B5 | 2C | 0 | D | 13 | A3 | 31 | 3F |
| Octal | 164 | 317 | 265 | 54 | 0 | 15 | 23 | 243 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10110101 | 101100 | 0 | 1101 | 10011 | 10100011 | 110001 | 111111 |
Color Harmonies of #74CFB5
Complementary color
Monochromatic Colors of #74CFB5
Black with #74CFB5
Text Example
Text Example
White with #74CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFB5; }
p { color: rgb(116,207,181); }
H1.HeaderClassName
{
color: #74CFB5;
}
.AnyTagClassName
{
color: #74CFB5;
}
</style>
background-color css
<style>
a { background-color: #74CFB5; }
a { background-color: rgb(116,207,181); }
div.DivClassName
{
background-color: #74CFB5;
}
.BgClassName
{
background-color: #74CFB5;
}
</style>
border-color css
<style>
span { border-color: #74CFB5; }
span { border-color: rgb(116,207,181); }
td.TdClassName
{
border-color: #74CFB5;
}
.TagClassName
{
border-color: #74CFB5;
}
</style>