Shades of Monte Carlo #74CDB2
Tints of Monte Carlo #74CDB2
RGB
CMYK
RGB Variations
Color information
#74CDB2 (or 0x74CDB2) is known color: Monte Carlo. HEX triplet: 74, CD and B2. RGB value is (116,205,178). Sum of RGB (Red+Green+Blue) = 116+205+178=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDB2 is #8B324D. Grayscale: #AFAFAF. Windows color (decimal): -9122382 or 11718004. OLE color: 11718004.
HSL color Cylindrical-coordinate representation of color #74CDB2: hue angle of 161.8º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDB2 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 178 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.20 |
| HSL | 161.8º | 0.47% | 0.63% | - |
| HSV(B) | 161.8º | 0.43% | 0.8% | - |
| XYZ | 37.07 | 50.59 | 49.93 | - |
| YUV | 175.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 178 | 0.43 | 0 | 0.13 | 0.20 | 161.8 | 0.47 | 0.63 |
| Hex | 74 | CD | B2 | 2B | 0 | D | 14 | A2 | 2F | 3F |
| Octal | 164 | 315 | 262 | 53 | 0 | 15 | 24 | 242 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10110010 | 101011 | 0 | 1101 | 10100 | 10100010 | 101111 | 111111 |
Color Harmonies of #74CDB2
Complementary color
Monochromatic Colors of #74CDB2
Black with #74CDB2
Text Example
Text Example
White with #74CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDB2; }
p { color: rgb(116,205,178); }
H1.HeaderClassName
{
color: #74CDB2;
}
.AnyTagClassName
{
color: #74CDB2;
}
</style>
background-color css
<style>
a { background-color: #74CDB2; }
a { background-color: rgb(116,205,178); }
div.DivClassName
{
background-color: #74CDB2;
}
.BgClassName
{
background-color: #74CDB2;
}
</style>
border-color css
<style>
span { border-color: #74CDB2; }
span { border-color: rgb(116,205,178); }
td.TdClassName
{
border-color: #74CDB2;
}
.TagClassName
{
border-color: #74CDB2;
}
</style>