Shades of Monte Carlo #74CCAF
Tints of Monte Carlo #74CCAF
RGB
CMYK
RGB Variations
Color information
#74CCAF (or 0x74CCAF) is known color: Monte Carlo. HEX triplet: 74, CC and AF. RGB value is (116,204,175). Sum of RGB (Red+Green+Blue) = 116+204+175=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CCAF is #8B3350. Grayscale: #AEAEAE. Windows color (decimal): -9122641 or 11521140. OLE color: 11521140.
HSL color Cylindrical-coordinate representation of color #74CCAF: hue angle of 160.23º 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 #74CCAF is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 175 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.2 |
| HSL | 160.23º | 0.46% | 0.63% | - |
| HSV(B) | 160.23º | 0.43% | 0.8% | - |
| XYZ | 36.53 | 49.99 | 48.28 | - |
| YUV | 174.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 175 | 0.43 | 0 | 0.14 | 0.2 | 160.23 | 0.46 | 0.63 |
| Hex | 74 | CC | AF | 2B | 0 | E | 14 | A0 | 2E | 3F |
| Octal | 164 | 314 | 257 | 53 | 0 | 16 | 24 | 240 | 56 | 77 |
| Binary | 1110100 | 11001100 | 10101111 | 101011 | 0 | 1110 | 10100 | 10100000 | 101110 | 111111 |
Color Harmonies of #74CCAF
Complementary color
Monochromatic Colors of #74CCAF
Black with #74CCAF
Text Example
Text Example
White with #74CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCAF; }
p { color: rgb(116,204,175); }
H1.HeaderClassName
{
color: #74CCAF;
}
.AnyTagClassName
{
color: #74CCAF;
}
</style>
background-color css
<style>
a { background-color: #74CCAF; }
a { background-color: rgb(116,204,175); }
div.DivClassName
{
background-color: #74CCAF;
}
.BgClassName
{
background-color: #74CCAF;
}
</style>
border-color css
<style>
span { border-color: #74CCAF; }
span { border-color: rgb(116,204,175); }
td.TdClassName
{
border-color: #74CCAF;
}
.TagClassName
{
border-color: #74CCAF;
}
</style>