Shades of Monte Carlo #6FC0AC
Tints of Monte Carlo #6FC0AC
RGB
CMYK
RGB Variations
Color information
#6FC0AC (or 0x6FC0AC) is known color: Monte Carlo. HEX triplet: 6F, C0 and AC. RGB value is (111,192,172). Sum of RGB (Red+Green+Blue) = 111+192+172=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC0AC is #903F53. Grayscale: #A5A5A5. Windows color (decimal): -9453396 or 11321455. OLE color: 11321455.
HSL color Cylindrical-coordinate representation of color #6FC0AC: hue angle of 165.19º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC0AC is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 172 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.25 |
| HSL | 165.19º | 0.39% | 0.59% | - |
| HSV(B) | 165.19º | 0.42% | 0.75% | - |
| XYZ | 32.85 | 44.06 | 45.8 | - |
| YUV | 165.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 172 | 0.42 | 0 | 0.10 | 0.25 | 165.19 | 0.39 | 0.59 |
| Hex | 6F | C0 | AC | 2A | 0 | A | 19 | A5 | 27 | 3B |
| Octal | 157 | 300 | 254 | 52 | 0 | 12 | 31 | 245 | 47 | 73 |
| Binary | 1101111 | 11000000 | 10101100 | 101010 | 0 | 1010 | 11001 | 10100101 | 100111 | 111011 |
Color Harmonies of #6FC0AC
Complementary color
Monochromatic Colors of #6FC0AC
Black with #6FC0AC
Text Example
Text Example
White with #6FC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0AC; }
p { color: rgb(111,192,172); }
H1.HeaderClassName
{
color: #6FC0AC;
}
.AnyTagClassName
{
color: #6FC0AC;
}
</style>
background-color css
<style>
a { background-color: #6FC0AC; }
a { background-color: rgb(111,192,172); }
div.DivClassName
{
background-color: #6FC0AC;
}
.BgClassName
{
background-color: #6FC0AC;
}
</style>
border-color css
<style>
span { border-color: #6FC0AC; }
span { border-color: rgb(111,192,172); }
td.TdClassName
{
border-color: #6FC0AC;
}
.TagClassName
{
border-color: #6FC0AC;
}
</style>