Shades of Monte Carlo #6FBFAE
Tints of Monte Carlo #6FBFAE
RGB
CMYK
RGB Variations
Color information
#6FBFAE (or 0x6FBFAE) is known color: Monte Carlo. HEX triplet: 6F, BF and AE. RGB value is (111,191,174). Sum of RGB (Red+Green+Blue) = 111+191+174=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBFAE is #904051. Grayscale: #A5A5A5. Windows color (decimal): -9453650 or 11452271. OLE color: 11452271.
HSL color Cylindrical-coordinate representation of color #6FBFAE: hue angle of 167.25º degrees, saturation: 0.38, 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 #6FBFAE is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 174 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.25 |
| HSL | 167.25º | 0.38% | 0.59% | - |
| HSV(B) | 167.25º | 0.42% | 0.75% | - |
| XYZ | 32.83 | 43.7 | 46.75 | - |
| YUV | 165.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 174 | 0.42 | 0 | 0.09 | 0.25 | 167.25 | 0.38 | 0.59 |
| Hex | 6F | BF | AE | 2A | 0 | 9 | 19 | A7 | 26 | 3B |
| Octal | 157 | 277 | 256 | 52 | 0 | 11 | 31 | 247 | 46 | 73 |
| Binary | 1101111 | 10111111 | 10101110 | 101010 | 0 | 1001 | 11001 | 10100111 | 100110 | 111011 |
Color Harmonies of #6FBFAE
Complementary color
Monochromatic Colors of #6FBFAE
Black with #6FBFAE
Text Example
Text Example
White with #6FBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFAE; }
p { color: rgb(111,191,174); }
H1.HeaderClassName
{
color: #6FBFAE;
}
.AnyTagClassName
{
color: #6FBFAE;
}
</style>
background-color css
<style>
a { background-color: #6FBFAE; }
a { background-color: rgb(111,191,174); }
div.DivClassName
{
background-color: #6FBFAE;
}
.BgClassName
{
background-color: #6FBFAE;
}
</style>
border-color css
<style>
span { border-color: #6FBFAE; }
span { border-color: rgb(111,191,174); }
td.TdClassName
{
border-color: #6FBFAE;
}
.TagClassName
{
border-color: #6FBFAE;
}
</style>