Shades of Monte Carlo #74BEBB
Tints of Monte Carlo #74BEBB
RGB
CMYK
RGB Variations
Color information
#74BEBB (or 0x74BEBB) is known color: Monte Carlo. HEX triplet: 74, BE and BB. RGB value is (116,190,187). Sum of RGB (Red+Green+Blue) = 116+190+187=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEBB is #8B4144. Grayscale: #A7A7A7. Windows color (decimal): -9126213 or 12303988. OLE color: 12303988.
HSL color Cylindrical-coordinate representation of color #74BEBB: hue angle of 177.57º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BEBB is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 187 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.25 |
| HSL | 177.57º | 0.36% | 0.6% | - |
| HSV(B) | 177.57º | 0.39% | 0.75% | - |
| XYZ | 34.59 | 44.13 | 53.71 | - |
| YUV | 167.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 187 | 0.39 | 0 | 0.02 | 0.25 | 177.57 | 0.36 | 0.6 |
| Hex | 74 | BE | BB | 27 | 0 | 2 | 19 | B2 | 24 | 3C |
| Octal | 164 | 276 | 273 | 47 | 0 | 2 | 31 | 262 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10111011 | 100111 | 0 | 10 | 11001 | 10110010 | 100100 | 111100 |
Color Harmonies of #74BEBB
Complementary color
Monochromatic Colors of #74BEBB
Black with #74BEBB
Text Example
Text Example
White with #74BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEBB; }
p { color: rgb(116,190,187); }
H1.HeaderClassName
{
color: #74BEBB;
}
.AnyTagClassName
{
color: #74BEBB;
}
</style>
background-color css
<style>
a { background-color: #74BEBB; }
a { background-color: rgb(116,190,187); }
div.DivClassName
{
background-color: #74BEBB;
}
.BgClassName
{
background-color: #74BEBB;
}
</style>
border-color css
<style>
span { border-color: #74BEBB; }
span { border-color: rgb(116,190,187); }
td.TdClassName
{
border-color: #74BEBB;
}
.TagClassName
{
border-color: #74BEBB;
}
</style>