Shades of Monte Carlo #6CC0AF
Tints of Monte Carlo #6CC0AF
RGB
CMYK
RGB Variations
Color information
#6CC0AF (or 0x6CC0AF) is known color: Monte Carlo. HEX triplet: 6C, C0 and AF. RGB value is (108,192,175). Sum of RGB (Red+Green+Blue) = 108+192+175=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC0AF is #933F50. Grayscale: #A4A4A4. Windows color (decimal): -9650001 or 11518060. OLE color: 11518060.
HSL color Cylindrical-coordinate representation of color #6CC0AF: hue angle of 167.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC0AF is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 175 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.25 |
| HSL | 167.86º | 0.4% | 0.59% | - |
| HSV(B) | 167.86º | 0.44% | 0.75% | - |
| XYZ | 32.77 | 43.98 | 47.32 | - |
| YUV | 164.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 175 | 0.44 | 0 | 0.09 | 0.25 | 167.86 | 0.4 | 0.59 |
| Hex | 6C | C0 | AF | 2C | 0 | 9 | 19 | A8 | 28 | 3B |
| Octal | 154 | 300 | 257 | 54 | 0 | 11 | 31 | 250 | 50 | 73 |
| Binary | 1101100 | 11000000 | 10101111 | 101100 | 0 | 1001 | 11001 | 10101000 | 101000 | 111011 |
Color Harmonies of #6CC0AF
Complementary color
Monochromatic Colors of #6CC0AF
Black with #6CC0AF
Text Example
Text Example
White with #6CC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC0AF; }
p { color: rgb(108,192,175); }
H1.HeaderClassName
{
color: #6CC0AF;
}
.AnyTagClassName
{
color: #6CC0AF;
}
</style>
background-color css
<style>
a { background-color: #6CC0AF; }
a { background-color: rgb(108,192,175); }
div.DivClassName
{
background-color: #6CC0AF;
}
.BgClassName
{
background-color: #6CC0AF;
}
</style>
border-color css
<style>
span { border-color: #6CC0AF; }
span { border-color: rgb(108,192,175); }
td.TdClassName
{
border-color: #6CC0AF;
}
.TagClassName
{
border-color: #6CC0AF;
}
</style>