Shades of Monte Carlo #74BEA8
Tints of Monte Carlo #74BEA8
RGB
CMYK
RGB Variations
Color information
#74BEA8 (or 0x74BEA8) is known color: Monte Carlo. HEX triplet: 74, BE and A8. RGB value is (116,190,168). Sum of RGB (Red+Green+Blue) = 116+190+168=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA8 is #8B4157. Grayscale: #A5A5A5. Windows color (decimal): -9126232 or 11058804. OLE color: 11058804.
HSL color Cylindrical-coordinate representation of color #74BEA8: hue angle of 162.16º degrees, saturation: 0.36, 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 #74BEA8 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 168 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.25 |
| HSL | 162.16º | 0.36% | 0.6% | - |
| HSV(B) | 162.16º | 0.39% | 0.75% | - |
| XYZ | 32.68 | 43.37 | 43.69 | - |
| YUV | 165.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 168 | 0.39 | 0 | 0.12 | 0.25 | 162.16 | 0.36 | 0.6 |
| Hex | 74 | BE | A8 | 27 | 0 | C | 19 | A2 | 24 | 3C |
| Octal | 164 | 276 | 250 | 47 | 0 | 14 | 31 | 242 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10101000 | 100111 | 0 | 1100 | 11001 | 10100010 | 100100 | 111100 |
Color Harmonies of #74BEA8
Complementary color
Monochromatic Colors of #74BEA8
Black with #74BEA8
Text Example
Text Example
White with #74BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEA8; }
p { color: rgb(116,190,168); }
H1.HeaderClassName
{
color: #74BEA8;
}
.AnyTagClassName
{
color: #74BEA8;
}
</style>
background-color css
<style>
a { background-color: #74BEA8; }
a { background-color: rgb(116,190,168); }
div.DivClassName
{
background-color: #74BEA8;
}
.BgClassName
{
background-color: #74BEA8;
}
</style>
border-color css
<style>
span { border-color: #74BEA8; }
span { border-color: rgb(116,190,168); }
td.TdClassName
{
border-color: #74BEA8;
}
.TagClassName
{
border-color: #74BEA8;
}
</style>