Shades of Monte Carlo #74CBAF
Tints of Monte Carlo #74CBAF
RGB
CMYK
RGB Variations
Color information
#74CBAF (or 0x74CBAF) is known color: Monte Carlo. HEX triplet: 74, CB and AF. RGB value is (116,203,175). Sum of RGB (Red+Green+Blue) = 116+203+175=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBAF is #8B3450. Grayscale: #ADADAD. Windows color (decimal): -9122897 or 11520884. OLE color: 11520884.
HSL color Cylindrical-coordinate representation of color #74CBAF: hue angle of 160.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBAF is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 175 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.20 |
| HSL | 160.69º | 0.46% | 0.63% | - |
| HSV(B) | 160.69º | 0.43% | 0.8% | - |
| XYZ | 36.3 | 49.52 | 48.2 | - |
| YUV | 173.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 175 | 0.43 | 0 | 0.14 | 0.20 | 160.69 | 0.46 | 0.63 |
| Hex | 74 | CB | AF | 2B | 0 | E | 14 | A1 | 2E | 3F |
| Octal | 164 | 313 | 257 | 53 | 0 | 16 | 24 | 241 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10101111 | 101011 | 0 | 1110 | 10100 | 10100001 | 101110 | 111111 |
Color Harmonies of #74CBAF
Complementary color
Monochromatic Colors of #74CBAF
Black with #74CBAF
Text Example
Text Example
White with #74CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBAF; }
p { color: rgb(116,203,175); }
H1.HeaderClassName
{
color: #74CBAF;
}
.AnyTagClassName
{
color: #74CBAF;
}
</style>
background-color css
<style>
a { background-color: #74CBAF; }
a { background-color: rgb(116,203,175); }
div.DivClassName
{
background-color: #74CBAF;
}
.BgClassName
{
background-color: #74CBAF;
}
</style>
border-color css
<style>
span { border-color: #74CBAF; }
span { border-color: rgb(116,203,175); }
td.TdClassName
{
border-color: #74CBAF;
}
.TagClassName
{
border-color: #74CBAF;
}
</style>