Shades of Monte Carlo #74CDB3
Tints of Monte Carlo #74CDB3
RGB
CMYK
RGB Variations
Color information
#74CDB3 (or 0x74CDB3) is known color: Monte Carlo. HEX triplet: 74, CD and B3. RGB value is (116,205,179). Sum of RGB (Red+Green+Blue) = 116+205+179=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDB3 is #8B324C. Grayscale: #AFAFAF. Windows color (decimal): -9122381 or 11783540. OLE color: 11783540.
HSL color Cylindrical-coordinate representation of color #74CDB3: hue angle of 162.47º 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 #74CDB3 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 179 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.20 |
| HSL | 162.47º | 0.47% | 0.63% | - |
| HSV(B) | 162.47º | 0.43% | 0.8% | - |
| XYZ | 37.17 | 50.63 | 50.46 | - |
| YUV | 175.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 179 | 0.43 | 0 | 0.13 | 0.20 | 162.47 | 0.47 | 0.63 |
| Hex | 74 | CD | B3 | 2B | 0 | D | 14 | A2 | 2F | 3F |
| Octal | 164 | 315 | 263 | 53 | 0 | 15 | 24 | 242 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10110011 | 101011 | 0 | 1101 | 10100 | 10100010 | 101111 | 111111 |
Color Harmonies of #74CDB3
Complementary color
Monochromatic Colors of #74CDB3
Black with #74CDB3
Text Example
Text Example
White with #74CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDB3; }
p { color: rgb(116,205,179); }
H1.HeaderClassName
{
color: #74CDB3;
}
.AnyTagClassName
{
color: #74CDB3;
}
</style>
background-color css
<style>
a { background-color: #74CDB3; }
a { background-color: rgb(116,205,179); }
div.DivClassName
{
background-color: #74CDB3;
}
.BgClassName
{
background-color: #74CDB3;
}
</style>
border-color css
<style>
span { border-color: #74CDB3; }
span { border-color: rgb(116,205,179); }
td.TdClassName
{
border-color: #74CDB3;
}
.TagClassName
{
border-color: #74CDB3;
}
</style>