Shades of Monte Carlo #74BDB8
Tints of Monte Carlo #74BDB8
RGB
CMYK
RGB Variations
Color information
#74BDB8 (or 0x74BDB8) is known color: Monte Carlo. HEX triplet: 74, BD and B8. RGB value is (116,189,184). Sum of RGB (Red+Green+Blue) = 116+189+184=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDB8 is #8B4247. Grayscale: #A6A6A6. Windows color (decimal): -9126472 or 12107124. OLE color: 12107124.
HSL color Cylindrical-coordinate representation of color #74BDB8: hue angle of 175.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDB8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 184 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.26 |
| HSL | 175.89º | 0.36% | 0.6% | - |
| HSV(B) | 175.89º | 0.39% | 0.74% | - |
| XYZ | 34.05 | 43.57 | 51.96 | - |
| YUV | 166.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 184 | 0.39 | 0 | 0.03 | 0.26 | 175.89 | 0.36 | 0.6 |
| Hex | 74 | BD | B8 | 27 | 0 | 3 | 1A | B0 | 24 | 3C |
| Octal | 164 | 275 | 270 | 47 | 0 | 3 | 32 | 260 | 44 | 74 |
| Binary | 1110100 | 10111101 | 10111000 | 100111 | 0 | 11 | 11010 | 10110000 | 100100 | 111100 |
Color Harmonies of #74BDB8
Complementary color
Monochromatic Colors of #74BDB8
Black with #74BDB8
Text Example
Text Example
White with #74BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDB8; }
p { color: rgb(116,189,184); }
H1.HeaderClassName
{
color: #74BDB8;
}
.AnyTagClassName
{
color: #74BDB8;
}
</style>
background-color css
<style>
a { background-color: #74BDB8; }
a { background-color: rgb(116,189,184); }
div.DivClassName
{
background-color: #74BDB8;
}
.BgClassName
{
background-color: #74BDB8;
}
</style>
border-color css
<style>
span { border-color: #74BDB8; }
span { border-color: rgb(116,189,184); }
td.TdClassName
{
border-color: #74BDB8;
}
.TagClassName
{
border-color: #74BDB8;
}
</style>