Shades of Monte Carlo #74CBB2
Tints of Monte Carlo #74CBB2
RGB
CMYK
RGB Variations
Color information
#74CBB2 (or 0x74CBB2) is known color: Monte Carlo. HEX triplet: 74, CB and B2. RGB value is (116,203,178). Sum of RGB (Red+Green+Blue) = 116+203+178=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBB2 is #8B344D. Grayscale: #AEAEAE. Windows color (decimal): -9122894 or 11717492. OLE color: 11717492.
HSL color Cylindrical-coordinate representation of color #74CBB2: hue angle of 162.76º degrees, saturation: 0.46, 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 #74CBB2 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 178 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.20 |
| HSL | 162.76º | 0.46% | 0.63% | - |
| HSV(B) | 162.76º | 0.43% | 0.8% | - |
| XYZ | 36.59 | 49.64 | 49.77 | - |
| YUV | 174.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 178 | 0.43 | 0 | 0.12 | 0.20 | 162.76 | 0.46 | 0.63 |
| Hex | 74 | CB | B2 | 2B | 0 | C | 14 | A3 | 2E | 3F |
| Octal | 164 | 313 | 262 | 53 | 0 | 14 | 24 | 243 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10110010 | 101011 | 0 | 1100 | 10100 | 10100011 | 101110 | 111111 |
Color Harmonies of #74CBB2
Complementary color
Monochromatic Colors of #74CBB2
Black with #74CBB2
Text Example
Text Example
White with #74CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBB2; }
p { color: rgb(116,203,178); }
H1.HeaderClassName
{
color: #74CBB2;
}
.AnyTagClassName
{
color: #74CBB2;
}
</style>
background-color css
<style>
a { background-color: #74CBB2; }
a { background-color: rgb(116,203,178); }
div.DivClassName
{
background-color: #74CBB2;
}
.BgClassName
{
background-color: #74CBB2;
}
</style>
border-color css
<style>
span { border-color: #74CBB2; }
span { border-color: rgb(116,203,178); }
td.TdClassName
{
border-color: #74CBB2;
}
.TagClassName
{
border-color: #74CBB2;
}
</style>