Shades of Monte Carlo #6FC0AE
Tints of Monte Carlo #6FC0AE
RGB
CMYK
RGB Variations
Color information
#6FC0AE (or 0x6FC0AE) is known color: Monte Carlo. HEX triplet: 6F, C0 and AE. RGB value is (111,192,174). Sum of RGB (Red+Green+Blue) = 111+192+174=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC0AE is #903F51. Grayscale: #A5A5A5. Windows color (decimal): -9453394 or 11452527. OLE color: 11452527.
HSL color Cylindrical-coordinate representation of color #6FC0AE: hue angle of 166.67º 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 #6FC0AE is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 174 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.25 |
| HSL | 166.67º | 0.39% | 0.59% | - |
| HSV(B) | 166.67º | 0.42% | 0.75% | - |
| XYZ | 33.05 | 44.13 | 46.82 | - |
| YUV | 165.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 174 | 0.42 | 0 | 0.09 | 0.25 | 166.67 | 0.39 | 0.59 |
| Hex | 6F | C0 | AE | 2A | 0 | 9 | 19 | A7 | 27 | 3B |
| Octal | 157 | 300 | 256 | 52 | 0 | 11 | 31 | 247 | 47 | 73 |
| Binary | 1101111 | 11000000 | 10101110 | 101010 | 0 | 1001 | 11001 | 10100111 | 100111 | 111011 |
Color Harmonies of #6FC0AE
Complementary color
Monochromatic Colors of #6FC0AE
Black with #6FC0AE
Text Example
Text Example
White with #6FC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0AE; }
p { color: rgb(111,192,174); }
H1.HeaderClassName
{
color: #6FC0AE;
}
.AnyTagClassName
{
color: #6FC0AE;
}
</style>
background-color css
<style>
a { background-color: #6FC0AE; }
a { background-color: rgb(111,192,174); }
div.DivClassName
{
background-color: #6FC0AE;
}
.BgClassName
{
background-color: #6FC0AE;
}
</style>
border-color css
<style>
span { border-color: #6FC0AE; }
span { border-color: rgb(111,192,174); }
td.TdClassName
{
border-color: #6FC0AE;
}
.TagClassName
{
border-color: #6FC0AE;
}
</style>