Shades of Monte Carlo #7FD0B4
Tints of Monte Carlo #7FD0B4
RGB
CMYK
RGB Variations
Color information
#7FD0B4 (or 0x7FD0B4) is known color: Monte Carlo. HEX triplet: 7F, D0 and B4. RGB value is (127,208,180). Sum of RGB (Red+Green+Blue) = 127+208+180=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0B4 is #802F4B. Grayscale: #B4B4B4. Windows color (decimal): -8400716 or 11849855. OLE color: 11849855.
HSL color Cylindrical-coordinate representation of color #7FD0B4: hue angle of 159.26º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0B4 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 180 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.18 |
| HSL | 159.26º | 0.46% | 0.66% | - |
| HSV(B) | 159.26º | 0.39% | 0.82% | - |
| XYZ | 39.55 | 52.92 | 51.31 | - |
| YUV | 180.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 180 | 0.39 | 0 | 0.13 | 0.18 | 159.26 | 0.46 | 0.66 |
| Hex | 7F | D0 | B4 | 27 | 0 | D | 12 | 9F | 2E | 42 |
| Octal | 177 | 320 | 264 | 47 | 0 | 15 | 22 | 237 | 56 | 102 |
| Binary | 1111111 | 11010000 | 10110100 | 100111 | 0 | 1101 | 10010 | 10011111 | 101110 | 1000010 |
Color Harmonies of #7FD0B4
Complementary color
Monochromatic Colors of #7FD0B4
Black with #7FD0B4
Text Example
Text Example
White with #7FD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD0B4; }
p { color: rgb(127,208,180); }
H1.HeaderClassName
{
color: #7FD0B4;
}
.AnyTagClassName
{
color: #7FD0B4;
}
</style>
background-color css
<style>
a { background-color: #7FD0B4; }
a { background-color: rgb(127,208,180); }
div.DivClassName
{
background-color: #7FD0B4;
}
.BgClassName
{
background-color: #7FD0B4;
}
</style>
border-color css
<style>
span { border-color: #7FD0B4; }
span { border-color: rgb(127,208,180); }
td.TdClassName
{
border-color: #7FD0B4;
}
.TagClassName
{
border-color: #7FD0B4;
}
</style>