Shades of Monte Carlo #74BFB2
Tints of Monte Carlo #74BFB2
RGB
CMYK
RGB Variations
Color information
#74BFB2 (or 0x74BFB2) is known color: Monte Carlo. HEX triplet: 74, BF and B2. RGB value is (116,191,178). Sum of RGB (Red+Green+Blue) = 116+191+178=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFB2 is #8B404D. Grayscale: #A7A7A7. Windows color (decimal): -9125966 or 11714420. OLE color: 11714420.
HSL color Cylindrical-coordinate representation of color #74BFB2: hue angle of 169.6º 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 #74BFB2 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 178 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.25 |
| HSL | 169.6º | 0.37% | 0.6% | - |
| HSV(B) | 169.6º | 0.39% | 0.75% | - |
| XYZ | 33.87 | 44.19 | 48.86 | - |
| YUV | 167.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 178 | 0.39 | 0 | 0.07 | 0.25 | 169.6 | 0.37 | 0.6 |
| Hex | 74 | BF | B2 | 27 | 0 | 7 | 19 | AA | 25 | 3C |
| Octal | 164 | 277 | 262 | 47 | 0 | 7 | 31 | 252 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10110010 | 100111 | 0 | 111 | 11001 | 10101010 | 100101 | 111100 |
Color Harmonies of #74BFB2
Complementary color
Monochromatic Colors of #74BFB2
Black with #74BFB2
Text Example
Text Example
White with #74BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFB2; }
p { color: rgb(116,191,178); }
H1.HeaderClassName
{
color: #74BFB2;
}
.AnyTagClassName
{
color: #74BFB2;
}
</style>
background-color css
<style>
a { background-color: #74BFB2; }
a { background-color: rgb(116,191,178); }
div.DivClassName
{
background-color: #74BFB2;
}
.BgClassName
{
background-color: #74BFB2;
}
</style>
border-color css
<style>
span { border-color: #74BFB2; }
span { border-color: rgb(116,191,178); }
td.TdClassName
{
border-color: #74BFB2;
}
.TagClassName
{
border-color: #74BFB2;
}
</style>