Shades of Monte Carlo #74BFB8
Tints of Monte Carlo #74BFB8
RGB
CMYK
RGB Variations
Color information
#74BFB8 (or 0x74BFB8) is known color: Monte Carlo. HEX triplet: 74, BF and B8. RGB value is (116,191,184). Sum of RGB (Red+Green+Blue) = 116+191+184=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFB8 is #8B4047. Grayscale: #A7A7A7. Windows color (decimal): -9125960 or 12107636. OLE color: 12107636.
HSL color Cylindrical-coordinate representation of color #74BFB8: hue angle of 174.4º 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 #74BFB8 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 184 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.25 |
| HSL | 174.4º | 0.37% | 0.6% | - |
| HSV(B) | 174.4º | 0.39% | 0.75% | - |
| XYZ | 34.48 | 44.44 | 52.11 | - |
| YUV | 167.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 184 | 0.39 | 0 | 0.04 | 0.25 | 174.4 | 0.37 | 0.6 |
| Hex | 74 | BF | B8 | 27 | 0 | 4 | 19 | AE | 25 | 3C |
| Octal | 164 | 277 | 270 | 47 | 0 | 4 | 31 | 256 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10111000 | 100111 | 0 | 100 | 11001 | 10101110 | 100101 | 111100 |
Color Harmonies of #74BFB8
Complementary color
Monochromatic Colors of #74BFB8
Black with #74BFB8
Text Example
Text Example
White with #74BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFB8; }
p { color: rgb(116,191,184); }
H1.HeaderClassName
{
color: #74BFB8;
}
.AnyTagClassName
{
color: #74BFB8;
}
</style>
background-color css
<style>
a { background-color: #74BFB8; }
a { background-color: rgb(116,191,184); }
div.DivClassName
{
background-color: #74BFB8;
}
.BgClassName
{
background-color: #74BFB8;
}
</style>
border-color css
<style>
span { border-color: #74BFB8; }
span { border-color: rgb(116,191,184); }
td.TdClassName
{
border-color: #74BFB8;
}
.TagClassName
{
border-color: #74BFB8;
}
</style>