Shades of Monte Carlo #74C5AF
Tints of Monte Carlo #74C5AF
RGB
CMYK
RGB Variations
Color information
#74C5AF (or 0x74C5AF) is known color: Monte Carlo. HEX triplet: 74, C5 and AF. RGB value is (116,197,175). Sum of RGB (Red+Green+Blue) = 116+197+175=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #74C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C5AF is #8B3A50. Grayscale: #AAAAAA. Windows color (decimal): -9124433 or 11519348. OLE color: 11519348.
HSL color Cylindrical-coordinate representation of color #74C5AF: hue angle of 163.7º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C5AF is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 175 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.23 |
| HSL | 163.7º | 0.41% | 0.61% | - |
| HSV(B) | 163.7º | 0.41% | 0.77% | - |
| XYZ | 34.91 | 46.74 | 47.74 | - |
| YUV | 170.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 175 | 0.41 | 0 | 0.11 | 0.23 | 163.7 | 0.41 | 0.61 |
| Hex | 74 | C5 | AF | 29 | 0 | B | 17 | A4 | 29 | 3D |
| Octal | 164 | 305 | 257 | 51 | 0 | 13 | 27 | 244 | 51 | 75 |
| Binary | 1110100 | 11000101 | 10101111 | 101001 | 0 | 1011 | 10111 | 10100100 | 101001 | 111101 |
Color Harmonies of #74C5AF
Complementary color
Monochromatic Colors of #74C5AF
Black with #74C5AF
Text Example
Text Example
White with #74C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C5AF; }
p { color: rgb(116,197,175); }
H1.HeaderClassName
{
color: #74C5AF;
}
.AnyTagClassName
{
color: #74C5AF;
}
</style>
background-color css
<style>
a { background-color: #74C5AF; }
a { background-color: rgb(116,197,175); }
div.DivClassName
{
background-color: #74C5AF;
}
.BgClassName
{
background-color: #74C5AF;
}
</style>
border-color css
<style>
span { border-color: #74C5AF; }
span { border-color: rgb(116,197,175); }
td.TdClassName
{
border-color: #74C5AF;
}
.TagClassName
{
border-color: #74C5AF;
}
</style>