Shades of Monte Carlo #74BEB7
Tints of Monte Carlo #74BEB7
RGB
CMYK
RGB Variations
Color information
#74BEB7 (or 0x74BEB7) is known color: Monte Carlo. HEX triplet: 74, BE and B7. RGB value is (116,190,183). Sum of RGB (Red+Green+Blue) = 116+190+183=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEB7 is #8B4148. Grayscale: #A7A7A7. Windows color (decimal): -9126217 or 12041844. OLE color: 12041844.
HSL color Cylindrical-coordinate representation of color #74BEB7: hue angle of 174.32º 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 #74BEB7 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 183 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.25 |
| HSL | 174.32º | 0.36% | 0.6% | - |
| HSV(B) | 174.32º | 0.39% | 0.75% | - |
| XYZ | 34.16 | 43.96 | 51.48 | - |
| YUV | 167.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 183 | 0.39 | 0 | 0.04 | 0.25 | 174.32 | 0.36 | 0.6 |
| Hex | 74 | BE | B7 | 27 | 0 | 4 | 19 | AE | 24 | 3C |
| Octal | 164 | 276 | 267 | 47 | 0 | 4 | 31 | 256 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10110111 | 100111 | 0 | 100 | 11001 | 10101110 | 100100 | 111100 |
Color Harmonies of #74BEB7
Complementary color
Monochromatic Colors of #74BEB7
Black with #74BEB7
Text Example
Text Example
White with #74BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEB7; }
p { color: rgb(116,190,183); }
H1.HeaderClassName
{
color: #74BEB7;
}
.AnyTagClassName
{
color: #74BEB7;
}
</style>
background-color css
<style>
a { background-color: #74BEB7; }
a { background-color: rgb(116,190,183); }
div.DivClassName
{
background-color: #74BEB7;
}
.BgClassName
{
background-color: #74BEB7;
}
</style>
border-color css
<style>
span { border-color: #74BEB7; }
span { border-color: rgb(116,190,183); }
td.TdClassName
{
border-color: #74BEB7;
}
.TagClassName
{
border-color: #74BEB7;
}
</style>