Shades of Monte Carlo #74C2BD
Tints of Monte Carlo #74C2BD
RGB
CMYK
RGB Variations
Color information
#74C2BD (or 0x74C2BD) is known color: Monte Carlo. HEX triplet: 74, C2 and BD. RGB value is (116,194,189). Sum of RGB (Red+Green+Blue) = 116+194+189=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2BD is #8B3D42. Grayscale: #AAAAAA. Windows color (decimal): -9125187 or 12436084. OLE color: 12436084.
HSL color Cylindrical-coordinate representation of color #74C2BD: hue angle of 176.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C2BD is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 189 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.24 |
| HSL | 176.15º | 0.39% | 0.61% | - |
| HSV(B) | 176.15º | 0.4% | 0.76% | - |
| XYZ | 35.68 | 45.97 | 55.14 | - |
| YUV | 170.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 189 | 0.40 | 0 | 0.03 | 0.24 | 176.15 | 0.39 | 0.61 |
| Hex | 74 | C2 | BD | 28 | 0 | 3 | 18 | B0 | 27 | 3D |
| Octal | 164 | 302 | 275 | 50 | 0 | 3 | 30 | 260 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10111101 | 101000 | 0 | 11 | 11000 | 10110000 | 100111 | 111101 |
Color Harmonies of #74C2BD
Complementary color
Monochromatic Colors of #74C2BD
Black with #74C2BD
Text Example
Text Example
White with #74C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2BD; }
p { color: rgb(116,194,189); }
H1.HeaderClassName
{
color: #74C2BD;
}
.AnyTagClassName
{
color: #74C2BD;
}
</style>
background-color css
<style>
a { background-color: #74C2BD; }
a { background-color: rgb(116,194,189); }
div.DivClassName
{
background-color: #74C2BD;
}
.BgClassName
{
background-color: #74C2BD;
}
</style>
border-color css
<style>
span { border-color: #74C2BD; }
span { border-color: rgb(116,194,189); }
td.TdClassName
{
border-color: #74C2BD;
}
.TagClassName
{
border-color: #74C2BD;
}
</style>