Shades of Monte Carlo #6FC1AC
Tints of Monte Carlo #6FC1AC
RGB
CMYK
RGB Variations
Color information
#6FC1AC (or 0x6FC1AC) is known color: Monte Carlo. HEX triplet: 6F, C1 and AC. RGB value is (111,193,172). Sum of RGB (Red+Green+Blue) = 111+193+172=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC1AC is #903E53. Grayscale: #A6A6A6. Windows color (decimal): -9453140 or 11321711. OLE color: 11321711.
HSL color Cylindrical-coordinate representation of color #6FC1AC: hue angle of 164.63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1AC is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 172 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.24 |
| HSL | 164.63º | 0.4% | 0.6% | - |
| HSV(B) | 164.63º | 0.42% | 0.76% | - |
| XYZ | 33.07 | 44.5 | 45.88 | - |
| YUV | 166.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 172 | 0.42 | 0 | 0.11 | 0.24 | 164.63 | 0.4 | 0.6 |
| Hex | 6F | C1 | AC | 2A | 0 | B | 18 | A5 | 28 | 3C |
| Octal | 157 | 301 | 254 | 52 | 0 | 13 | 30 | 245 | 50 | 74 |
| Binary | 1101111 | 11000001 | 10101100 | 101010 | 0 | 1011 | 11000 | 10100101 | 101000 | 111100 |
Color Harmonies of #6FC1AC
Complementary color
Monochromatic Colors of #6FC1AC
Black with #6FC1AC
Text Example
Text Example
White with #6FC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC1AC; }
p { color: rgb(111,193,172); }
H1.HeaderClassName
{
color: #6FC1AC;
}
.AnyTagClassName
{
color: #6FC1AC;
}
</style>
background-color css
<style>
a { background-color: #6FC1AC; }
a { background-color: rgb(111,193,172); }
div.DivClassName
{
background-color: #6FC1AC;
}
.BgClassName
{
background-color: #6FC1AC;
}
</style>
border-color css
<style>
span { border-color: #6FC1AC; }
span { border-color: rgb(111,193,172); }
td.TdClassName
{
border-color: #6FC1AC;
}
.TagClassName
{
border-color: #6FC1AC;
}
</style>