Shades of Monte Carlo #74CFB4
Tints of Monte Carlo #74CFB4
RGB
CMYK
RGB Variations
Color information
#74CFB4 (or 0x74CFB4) is known color: Monte Carlo. HEX triplet: 74, CF and B4. RGB value is (116,207,180). Sum of RGB (Red+Green+Blue) = 116+207+180=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFB4 is #8B304B. Grayscale: #B0B0B0. Windows color (decimal): -9121868 or 11849588. OLE color: 11849588.
HSL color Cylindrical-coordinate representation of color #74CFB4: hue angle of 162.2º 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 #74CFB4 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 180 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.19 |
| HSL | 162.2º | 0.49% | 0.63% | - |
| HSV(B) | 162.2º | 0.44% | 0.81% | - |
| XYZ | 37.75 | 51.63 | 51.16 | - |
| YUV | 176.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 180 | 0.44 | 0 | 0.13 | 0.19 | 162.2 | 0.49 | 0.63 |
| Hex | 74 | CF | B4 | 2C | 0 | D | 13 | A2 | 31 | 3F |
| Octal | 164 | 317 | 264 | 54 | 0 | 15 | 23 | 242 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10110100 | 101100 | 0 | 1101 | 10011 | 10100010 | 110001 | 111111 |
Color Harmonies of #74CFB4
Complementary color
Monochromatic Colors of #74CFB4
Black with #74CFB4
Text Example
Text Example
White with #74CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFB4; }
p { color: rgb(116,207,180); }
H1.HeaderClassName
{
color: #74CFB4;
}
.AnyTagClassName
{
color: #74CFB4;
}
</style>
background-color css
<style>
a { background-color: #74CFB4; }
a { background-color: rgb(116,207,180); }
div.DivClassName
{
background-color: #74CFB4;
}
.BgClassName
{
background-color: #74CFB4;
}
</style>
border-color css
<style>
span { border-color: #74CFB4; }
span { border-color: rgb(116,207,180); }
td.TdClassName
{
border-color: #74CFB4;
}
.TagClassName
{
border-color: #74CFB4;
}
</style>