Shades of Monte Carlo #74CAB4
Tints of Monte Carlo #74CAB4
RGB
CMYK
RGB Variations
Color information
#74CAB4 (or 0x74CAB4) is known color: Monte Carlo. HEX triplet: 74, CA and B4. RGB value is (116,202,180). Sum of RGB (Red+Green+Blue) = 116+202+180=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CAB4 is #8B354B. Grayscale: #ADADAD. Windows color (decimal): -9123148 or 11848308. OLE color: 11848308.
HSL color Cylindrical-coordinate representation of color #74CAB4: hue angle of 164.65º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAB4 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 180 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.21 |
| HSL | 164.65º | 0.45% | 0.62% | - |
| HSV(B) | 164.65º | 0.43% | 0.79% | - |
| XYZ | 36.56 | 49.25 | 50.76 | - |
| YUV | 173.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 180 | 0.43 | 0 | 0.11 | 0.21 | 164.65 | 0.45 | 0.62 |
| Hex | 74 | CA | B4 | 2B | 0 | B | 15 | A5 | 2D | 3E |
| Octal | 164 | 312 | 264 | 53 | 0 | 13 | 25 | 245 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10110100 | 101011 | 0 | 1011 | 10101 | 10100101 | 101101 | 111110 |
Color Harmonies of #74CAB4
Complementary color
Monochromatic Colors of #74CAB4
Black with #74CAB4
Text Example
Text Example
White with #74CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CAB4; }
p { color: rgb(116,202,180); }
H1.HeaderClassName
{
color: #74CAB4;
}
.AnyTagClassName
{
color: #74CAB4;
}
</style>
background-color css
<style>
a { background-color: #74CAB4; }
a { background-color: rgb(116,202,180); }
div.DivClassName
{
background-color: #74CAB4;
}
.BgClassName
{
background-color: #74CAB4;
}
</style>
border-color css
<style>
span { border-color: #74CAB4; }
span { border-color: rgb(116,202,180); }
td.TdClassName
{
border-color: #74CAB4;
}
.TagClassName
{
border-color: #74CAB4;
}
</style>