Shades of Monte Carlo #74CDB4
Tints of Monte Carlo #74CDB4
RGB
CMYK
RGB Variations
Color information
#74CDB4 (or 0x74CDB4) is known color: Monte Carlo. HEX triplet: 74, CD and B4. RGB value is (116,205,180). Sum of RGB (Red+Green+Blue) = 116+205+180=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDB4 is #8B324B. Grayscale: #AFAFAF. Windows color (decimal): -9122380 or 11849076. OLE color: 11849076.
HSL color Cylindrical-coordinate representation of color #74CDB4: hue angle of 163.15º 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 #74CDB4 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 180 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.20 |
| HSL | 163.15º | 0.47% | 0.63% | - |
| HSV(B) | 163.15º | 0.43% | 0.8% | - |
| XYZ | 37.27 | 50.67 | 51 | - |
| YUV | 175.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 180 | 0.43 | 0 | 0.12 | 0.20 | 163.15 | 0.47 | 0.63 |
| Hex | 74 | CD | B4 | 2B | 0 | C | 14 | A3 | 2F | 3F |
| Octal | 164 | 315 | 264 | 53 | 0 | 14 | 24 | 243 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10110100 | 101011 | 0 | 1100 | 10100 | 10100011 | 101111 | 111111 |
Color Harmonies of #74CDB4
Complementary color
Monochromatic Colors of #74CDB4
Black with #74CDB4
Text Example
Text Example
White with #74CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDB4; }
p { color: rgb(116,205,180); }
H1.HeaderClassName
{
color: #74CDB4;
}
.AnyTagClassName
{
color: #74CDB4;
}
</style>
background-color css
<style>
a { background-color: #74CDB4; }
a { background-color: rgb(116,205,180); }
div.DivClassName
{
background-color: #74CDB4;
}
.BgClassName
{
background-color: #74CDB4;
}
</style>
border-color css
<style>
span { border-color: #74CDB4; }
span { border-color: rgb(116,205,180); }
td.TdClassName
{
border-color: #74CDB4;
}
.TagClassName
{
border-color: #74CDB4;
}
</style>