Shades of Monte Carlo #6ABFB0
Tints of Monte Carlo #6ABFB0
RGB
CMYK
RGB Variations
Color information
#6ABFB0 (or 0x6ABFB0) is known color: Monte Carlo. HEX triplet: 6A, BF and B0. RGB value is (106,191,176). Sum of RGB (Red+Green+Blue) = 106+191+176=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFB0 is #95404F. Grayscale: #A3A3A3. Windows color (decimal): -9781328 or 11583338. OLE color: 11583338.
HSL color Cylindrical-coordinate representation of color #6ABFB0: hue angle of 169.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFB0 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 176 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.25 |
| HSL | 169.41º | 0.4% | 0.58% | - |
| HSV(B) | 169.41º | 0.45% | 0.75% | - |
| XYZ | 32.41 | 43.46 | 47.75 | - |
| YUV | 163.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 176 | 0.45 | 0 | 0.08 | 0.25 | 169.41 | 0.4 | 0.58 |
| Hex | 6A | BF | B0 | 2D | 0 | 8 | 19 | A9 | 28 | 3A |
| Octal | 152 | 277 | 260 | 55 | 0 | 10 | 31 | 251 | 50 | 72 |
| Binary | 1101010 | 10111111 | 10110000 | 101101 | 0 | 1000 | 11001 | 10101001 | 101000 | 111010 |
Color Harmonies of #6ABFB0
Complementary color
Monochromatic Colors of #6ABFB0
Black with #6ABFB0
Text Example
Text Example
White with #6ABFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFB0; }
p { color: rgb(106,191,176); }
H1.HeaderClassName
{
color: #6ABFB0;
}
.AnyTagClassName
{
color: #6ABFB0;
}
</style>
background-color css
<style>
a { background-color: #6ABFB0; }
a { background-color: rgb(106,191,176); }
div.DivClassName
{
background-color: #6ABFB0;
}
.BgClassName
{
background-color: #6ABFB0;
}
</style>
border-color css
<style>
span { border-color: #6ABFB0; }
span { border-color: rgb(106,191,176); }
td.TdClassName
{
border-color: #6ABFB0;
}
.TagClassName
{
border-color: #6ABFB0;
}
</style>