Shades of Monte Carlo #6FC4B6
Tints of Monte Carlo #6FC4B6
RGB
CMYK
RGB Variations
Color information
#6FC4B6 (or 0x6FC4B6) is known color: Monte Carlo. HEX triplet: 6F, C4 and B6. RGB value is (111,196,182). Sum of RGB (Red+Green+Blue) = 111+196+182=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC4B6 is #903B49. Grayscale: #A8A8A8. Windows color (decimal): -9452362 or 11977839. OLE color: 11977839.
HSL color Cylindrical-coordinate representation of color #6FC4B6: hue angle of 170.12º 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 #6FC4B6 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 182 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.23 |
| HSL | 170.12º | 0.42% | 0.6% | - |
| HSV(B) | 170.12º | 0.43% | 0.77% | - |
| XYZ | 34.74 | 46.24 | 51.35 | - |
| YUV | 168.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 182 | 0.43 | 0 | 0.07 | 0.23 | 170.12 | 0.42 | 0.6 |
| Hex | 6F | C4 | B6 | 2B | 0 | 7 | 17 | AA | 2A | 3C |
| Octal | 157 | 304 | 266 | 53 | 0 | 7 | 27 | 252 | 52 | 74 |
| Binary | 1101111 | 11000100 | 10110110 | 101011 | 0 | 111 | 10111 | 10101010 | 101010 | 111100 |
Color Harmonies of #6FC4B6
Complementary color
Monochromatic Colors of #6FC4B6
Black with #6FC4B6
Text Example
Text Example
White with #6FC4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC4B6; }
p { color: rgb(111,196,182); }
H1.HeaderClassName
{
color: #6FC4B6;
}
.AnyTagClassName
{
color: #6FC4B6;
}
</style>
background-color css
<style>
a { background-color: #6FC4B6; }
a { background-color: rgb(111,196,182); }
div.DivClassName
{
background-color: #6FC4B6;
}
.BgClassName
{
background-color: #6FC4B6;
}
</style>
border-color css
<style>
span { border-color: #6FC4B6; }
span { border-color: rgb(111,196,182); }
td.TdClassName
{
border-color: #6FC4B6;
}
.TagClassName
{
border-color: #6FC4B6;
}
</style>