Shades of Monte Carlo #74BFB4
Tints of Monte Carlo #74BFB4
RGB
CMYK
RGB Variations
Color information
#74BFB4 (or 0x74BFB4) is known color: Monte Carlo. HEX triplet: 74, BF and B4. RGB value is (116,191,180). Sum of RGB (Red+Green+Blue) = 116+191+180=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFB4 is #8B404B. Grayscale: #A7A7A7. Windows color (decimal): -9125964 or 11845492. OLE color: 11845492.
HSL color Cylindrical-coordinate representation of color #74BFB4: hue angle of 171.2º 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 #74BFB4 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 180 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.25 |
| HSL | 171.2º | 0.37% | 0.6% | - |
| HSV(B) | 171.2º | 0.39% | 0.75% | - |
| XYZ | 34.07 | 44.27 | 49.93 | - |
| YUV | 167.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 180 | 0.39 | 0 | 0.06 | 0.25 | 171.2 | 0.37 | 0.6 |
| Hex | 74 | BF | B4 | 27 | 0 | 6 | 19 | AB | 25 | 3C |
| Octal | 164 | 277 | 264 | 47 | 0 | 6 | 31 | 253 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10110100 | 100111 | 0 | 110 | 11001 | 10101011 | 100101 | 111100 |
Color Harmonies of #74BFB4
Complementary color
Monochromatic Colors of #74BFB4
Black with #74BFB4
Text Example
Text Example
White with #74BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFB4; }
p { color: rgb(116,191,180); }
H1.HeaderClassName
{
color: #74BFB4;
}
.AnyTagClassName
{
color: #74BFB4;
}
</style>
background-color css
<style>
a { background-color: #74BFB4; }
a { background-color: rgb(116,191,180); }
div.DivClassName
{
background-color: #74BFB4;
}
.BgClassName
{
background-color: #74BFB4;
}
</style>
border-color css
<style>
span { border-color: #74BFB4; }
span { border-color: rgb(116,191,180); }
td.TdClassName
{
border-color: #74BFB4;
}
.TagClassName
{
border-color: #74BFB4;
}
</style>