Shades of Monte Carlo #6FC4BA
Tints of Monte Carlo #6FC4BA
RGB
CMYK
RGB Variations
Color information
#6FC4BA (or 0x6FC4BA) is known color: Monte Carlo. HEX triplet: 6F, C4 and BA. RGB value is (111,196,186). Sum of RGB (Red+Green+Blue) = 111+196+186=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC4BA is #903B45. Grayscale: #A9A9A9. Windows color (decimal): -9452358 or 12239983. OLE color: 12239983.
HSL color Cylindrical-coordinate representation of color #6FC4BA: hue angle of 172.94º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC4BA is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 186 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.23 |
| HSL | 172.94º | 0.42% | 0.6% | - |
| HSV(B) | 172.94º | 0.43% | 0.77% | - |
| XYZ | 35.16 | 46.4 | 53.56 | - |
| YUV | 169.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 186 | 0.43 | 0 | 0.05 | 0.23 | 172.94 | 0.42 | 0.6 |
| Hex | 6F | C4 | BA | 2B | 0 | 5 | 17 | AD | 2A | 3C |
| Octal | 157 | 304 | 272 | 53 | 0 | 5 | 27 | 255 | 52 | 74 |
| Binary | 1101111 | 11000100 | 10111010 | 101011 | 0 | 101 | 10111 | 10101101 | 101010 | 111100 |
Color Harmonies of #6FC4BA
Complementary color
Monochromatic Colors of #6FC4BA
Black with #6FC4BA
Text Example
Text Example
White with #6FC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC4BA; }
p { color: rgb(111,196,186); }
H1.HeaderClassName
{
color: #6FC4BA;
}
.AnyTagClassName
{
color: #6FC4BA;
}
</style>
background-color css
<style>
a { background-color: #6FC4BA; }
a { background-color: rgb(111,196,186); }
div.DivClassName
{
background-color: #6FC4BA;
}
.BgClassName
{
background-color: #6FC4BA;
}
</style>
border-color css
<style>
span { border-color: #6FC4BA; }
span { border-color: rgb(111,196,186); }
td.TdClassName
{
border-color: #6FC4BA;
}
.TagClassName
{
border-color: #6FC4BA;
}
</style>