Shades of Monte Carlo #6DC2B8
Tints of Monte Carlo #6DC2B8
RGB
CMYK
RGB Variations
Color information
#6DC2B8 (or 0x6DC2B8) is known color: Monte Carlo. HEX triplet: 6D, C2 and B8. RGB value is (109,194,184). Sum of RGB (Red+Green+Blue) = 109+194+184=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC2B8 is #923D47. Grayscale: #A7A7A7. Windows color (decimal): -9583944 or 12108397. OLE color: 12108397.
HSL color Cylindrical-coordinate representation of color #6DC2B8: hue angle of 172.94º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC2B8 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 194 | 184 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.24 |
| HSL | 172.94º | 0.41% | 0.59% | - |
| HSV(B) | 172.94º | 0.44% | 0.76% | - |
| XYZ | 34.25 | 45.3 | 52.29 | - |
| YUV | 167.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 194 | 184 | 0.44 | 0 | 0.05 | 0.24 | 172.94 | 0.41 | 0.59 |
| Hex | 6D | C2 | B8 | 2C | 0 | 5 | 18 | AD | 29 | 3B |
| Octal | 155 | 302 | 270 | 54 | 0 | 5 | 30 | 255 | 51 | 73 |
| Binary | 1101101 | 11000010 | 10111000 | 101100 | 0 | 101 | 11000 | 10101101 | 101001 | 111011 |
Color Harmonies of #6DC2B8
Complementary color
Monochromatic Colors of #6DC2B8
Black with #6DC2B8
Text Example
Text Example
White with #6DC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC2B8; }
p { color: rgb(109,194,184); }
H1.HeaderClassName
{
color: #6DC2B8;
}
.AnyTagClassName
{
color: #6DC2B8;
}
</style>
background-color css
<style>
a { background-color: #6DC2B8; }
a { background-color: rgb(109,194,184); }
div.DivClassName
{
background-color: #6DC2B8;
}
.BgClassName
{
background-color: #6DC2B8;
}
</style>
border-color css
<style>
span { border-color: #6DC2B8; }
span { border-color: rgb(109,194,184); }
td.TdClassName
{
border-color: #6DC2B8;
}
.TagClassName
{
border-color: #6DC2B8;
}
</style>