Shades of Monte Carlo #74BFB0
Tints of Monte Carlo #74BFB0
RGB
CMYK
RGB Variations
Color information
#74BFB0 (or 0x74BFB0) is known color: Monte Carlo. HEX triplet: 74, BF and B0. RGB value is (116,191,176). Sum of RGB (Red+Green+Blue) = 116+191+176=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFB0 is #8B404F. Grayscale: #A6A6A6. Windows color (decimal): -9125968 or 11583348. OLE color: 11583348.
HSL color Cylindrical-coordinate representation of color #74BFB0: hue angle of 168º degrees, saturation: 0.37, 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 #74BFB0 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 176 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.25 |
| HSL | 168º | 0.37% | 0.6% | - |
| HSV(B) | 168º | 0.39% | 0.75% | - |
| XYZ | 33.67 | 44.11 | 47.81 | - |
| YUV | 166.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 176 | 0.39 | 0 | 0.08 | 0.25 | 168 | 0.37 | 0.6 |
| Hex | 74 | BF | B0 | 27 | 0 | 8 | 19 | A8 | 25 | 3C |
| Octal | 164 | 277 | 260 | 47 | 0 | 10 | 31 | 250 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10110000 | 100111 | 0 | 1000 | 11001 | 10101000 | 100101 | 111100 |
Color Harmonies of #74BFB0
Complementary color
Monochromatic Colors of #74BFB0
Black with #74BFB0
Text Example
Text Example
White with #74BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFB0; }
p { color: rgb(116,191,176); }
H1.HeaderClassName
{
color: #74BFB0;
}
.AnyTagClassName
{
color: #74BFB0;
}
</style>
background-color css
<style>
a { background-color: #74BFB0; }
a { background-color: rgb(116,191,176); }
div.DivClassName
{
background-color: #74BFB0;
}
.BgClassName
{
background-color: #74BFB0;
}
</style>
border-color css
<style>
span { border-color: #74BFB0; }
span { border-color: rgb(116,191,176); }
td.TdClassName
{
border-color: #74BFB0;
}
.TagClassName
{
border-color: #74BFB0;
}
</style>