Shades of Monte Carlo #74BEAD
Tints of Monte Carlo #74BEAD
RGB
CMYK
RGB Variations
Color information
#74BEAD (or 0x74BEAD) is known color: Monte Carlo. HEX triplet: 74, BE and AD. RGB value is (116,190,173). Sum of RGB (Red+Green+Blue) = 116+190+173=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEAD is #8B4152. Grayscale: #A5A5A5. Windows color (decimal): -9126227 or 11386484. OLE color: 11386484.
HSL color Cylindrical-coordinate representation of color #74BEAD: hue angle of 166.22º 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 #74BEAD is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 173 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.25 |
| HSL | 166.22º | 0.36% | 0.6% | - |
| HSV(B) | 166.22º | 0.39% | 0.75% | - |
| XYZ | 33.16 | 43.56 | 46.19 | - |
| YUV | 165.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 173 | 0.39 | 0 | 0.09 | 0.25 | 166.22 | 0.36 | 0.6 |
| Hex | 74 | BE | AD | 27 | 0 | 9 | 19 | A6 | 24 | 3C |
| Octal | 164 | 276 | 255 | 47 | 0 | 11 | 31 | 246 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10101101 | 100111 | 0 | 1001 | 11001 | 10100110 | 100100 | 111100 |
Color Harmonies of #74BEAD
Complementary color
Monochromatic Colors of #74BEAD
Black with #74BEAD
Text Example
Text Example
White with #74BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEAD; }
p { color: rgb(116,190,173); }
H1.HeaderClassName
{
color: #74BEAD;
}
.AnyTagClassName
{
color: #74BEAD;
}
</style>
background-color css
<style>
a { background-color: #74BEAD; }
a { background-color: rgb(116,190,173); }
div.DivClassName
{
background-color: #74BEAD;
}
.BgClassName
{
background-color: #74BEAD;
}
</style>
border-color css
<style>
span { border-color: #74BEAD; }
span { border-color: rgb(116,190,173); }
td.TdClassName
{
border-color: #74BEAD;
}
.TagClassName
{
border-color: #74BEAD;
}
</style>