Shades of Monte Carlo #6FBEAE
Tints of Monte Carlo #6FBEAE
RGB
CMYK
RGB Variations
Color information
#6FBEAE (or 0x6FBEAE) is known color: Monte Carlo. HEX triplet: 6F, BE and AE. RGB value is (111,190,174). Sum of RGB (Red+Green+Blue) = 111+190+174=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAE is #904151. Grayscale: #A4A4A4. Windows color (decimal): -9453906 or 11452015. OLE color: 11452015.
HSL color Cylindrical-coordinate representation of color #6FBEAE: hue angle of 167.85º 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 #6FBEAE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 174 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.25 |
| HSL | 167.85º | 0.38% | 0.59% | - |
| HSV(B) | 167.85º | 0.42% | 0.75% | - |
| XYZ | 32.61 | 43.26 | 46.68 | - |
| YUV | 164.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 174 | 0.42 | 0 | 0.08 | 0.25 | 167.85 | 0.38 | 0.59 |
| Hex | 6F | BE | AE | 2A | 0 | 8 | 19 | A8 | 26 | 3B |
| Octal | 157 | 276 | 256 | 52 | 0 | 10 | 31 | 250 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10101110 | 101010 | 0 | 1000 | 11001 | 10101000 | 100110 | 111011 |
Color Harmonies of #6FBEAE
Complementary color
Monochromatic Colors of #6FBEAE
Black with #6FBEAE
Text Example
Text Example
White with #6FBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEAE; }
p { color: rgb(111,190,174); }
H1.HeaderClassName
{
color: #6FBEAE;
}
.AnyTagClassName
{
color: #6FBEAE;
}
</style>
background-color css
<style>
a { background-color: #6FBEAE; }
a { background-color: rgb(111,190,174); }
div.DivClassName
{
background-color: #6FBEAE;
}
.BgClassName
{
background-color: #6FBEAE;
}
</style>
border-color css
<style>
span { border-color: #6FBEAE; }
span { border-color: rgb(111,190,174); }
td.TdClassName
{
border-color: #6FBEAE;
}
.TagClassName
{
border-color: #6FBEAE;
}
</style>