Shades of Monte Carlo #6CC4B0
Tints of Monte Carlo #6CC4B0
RGB
CMYK
RGB Variations
Color information
#6CC4B0 (or 0x6CC4B0) is known color: Monte Carlo. HEX triplet: 6C, C4 and B0. RGB value is (108,196,176). Sum of RGB (Red+Green+Blue) = 108+196+176=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC4B0 is #933B4F. Grayscale: #A7A7A7. Windows color (decimal): -9648976 or 11584620. OLE color: 11584620.
HSL color Cylindrical-coordinate representation of color #6CC4B0: hue angle of 166.36º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC4B0 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 196 | 176 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.23 |
| HSL | 166.36º | 0.43% | 0.6% | - |
| HSV(B) | 166.36º | 0.45% | 0.77% | - |
| XYZ | 33.76 | 45.8 | 48.14 | - |
| YUV | 167.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 196 | 176 | 0.45 | 0 | 0.10 | 0.23 | 166.36 | 0.43 | 0.6 |
| Hex | 6C | C4 | B0 | 2D | 0 | A | 17 | A6 | 2B | 3C |
| Octal | 154 | 304 | 260 | 55 | 0 | 12 | 27 | 246 | 53 | 74 |
| Binary | 1101100 | 11000100 | 10110000 | 101101 | 0 | 1010 | 10111 | 10100110 | 101011 | 111100 |
Color Harmonies of #6CC4B0
Complementary color
Monochromatic Colors of #6CC4B0
Black with #6CC4B0
Text Example
Text Example
White with #6CC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC4B0; }
p { color: rgb(108,196,176); }
H1.HeaderClassName
{
color: #6CC4B0;
}
.AnyTagClassName
{
color: #6CC4B0;
}
</style>
background-color css
<style>
a { background-color: #6CC4B0; }
a { background-color: rgb(108,196,176); }
div.DivClassName
{
background-color: #6CC4B0;
}
.BgClassName
{
background-color: #6CC4B0;
}
</style>
border-color css
<style>
span { border-color: #6CC4B0; }
span { border-color: rgb(108,196,176); }
td.TdClassName
{
border-color: #6CC4B0;
}
.TagClassName
{
border-color: #6CC4B0;
}
</style>