Shades of Monte Carlo #6FBEB5
Tints of Monte Carlo #6FBEB5
RGB
CMYK
RGB Variations
Color information
#6FBEB5 (or 0x6FBEB5) is known color: Monte Carlo. HEX triplet: 6F, BE and B5. RGB value is (111,190,181). Sum of RGB (Red+Green+Blue) = 111+190+181=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEB5 is #90414A. Grayscale: #A5A5A5. Windows color (decimal): -9453899 or 11910767. OLE color: 11910767.
HSL color Cylindrical-coordinate representation of color #6FBEB5: hue angle of 173.16º 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 #6FBEB5 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 181 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.25 |
| HSL | 173.16º | 0.38% | 0.59% | - |
| HSV(B) | 173.16º | 0.42% | 0.75% | - |
| XYZ | 33.31 | 43.54 | 50.37 | - |
| YUV | 165.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 181 | 0.42 | 0 | 0.05 | 0.25 | 173.16 | 0.38 | 0.59 |
| Hex | 6F | BE | B5 | 2A | 0 | 5 | 19 | AD | 26 | 3B |
| Octal | 157 | 276 | 265 | 52 | 0 | 5 | 31 | 255 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10110101 | 101010 | 0 | 101 | 11001 | 10101101 | 100110 | 111011 |
Color Harmonies of #6FBEB5
Complementary color
Monochromatic Colors of #6FBEB5
Black with #6FBEB5
Text Example
Text Example
White with #6FBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEB5; }
p { color: rgb(111,190,181); }
H1.HeaderClassName
{
color: #6FBEB5;
}
.AnyTagClassName
{
color: #6FBEB5;
}
</style>
background-color css
<style>
a { background-color: #6FBEB5; }
a { background-color: rgb(111,190,181); }
div.DivClassName
{
background-color: #6FBEB5;
}
.BgClassName
{
background-color: #6FBEB5;
}
</style>
border-color css
<style>
span { border-color: #6FBEB5; }
span { border-color: rgb(111,190,181); }
td.TdClassName
{
border-color: #6FBEB5;
}
.TagClassName
{
border-color: #6FBEB5;
}
</style>