Shades of Caribbean Green #11C6A6
Tints of Caribbean Green #11C6A6
RGB
CMYK
RGB Variations
Color information
#11C6A6 (or 0x11C6A6) is known color: Caribbean Green. HEX triplet: 11, C6 and A6. RGB value is (17,198,166). Sum of RGB (Red+Green+Blue) = 17+198+166=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #11C6A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C6A6 is #EE3959. Grayscale: #8C8C8C. Windows color (decimal): -15612250 or 10929681. OLE color: 10929681.
HSL color Cylindrical-coordinate representation of color #11C6A6: hue angle of 169.39º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C6A6 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 198 | 166 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.22 |
| HSL | 169.39º | 0.84% | 0.42% | - |
| HSV(B) | 169.39º | 0.91% | 0.78% | - |
| XYZ | 27.31 | 43.26 | 42.99 | - |
| YUV | 140.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 198 | 166 | 0.91 | 0 | 0.16 | 0.22 | 169.39 | 0.84 | 0.42 |
| Hex | 11 | C6 | A6 | 5B | 0 | 10 | 16 | A9 | 54 | 2A |
| Octal | 21 | 306 | 246 | 133 | 0 | 20 | 26 | 251 | 124 | 52 |
| Binary | 10001 | 11000110 | 10100110 | 1011011 | 0 | 10000 | 10110 | 10101001 | 1010100 | 101010 |
Color Harmonies of #11C6A6
Complementary color
Monochromatic Colors of #11C6A6
Black with #11C6A6
Text Example
Text Example
White with #11C6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C6A6; }
p { color: rgb(17,198,166); }
H1.HeaderClassName
{
color: #11C6A6;
}
.AnyTagClassName
{
color: #11C6A6;
}
</style>
background-color css
<style>
a { background-color: #11C6A6; }
a { background-color: rgb(17,198,166); }
div.DivClassName
{
background-color: #11C6A6;
}
.BgClassName
{
background-color: #11C6A6;
}
</style>
border-color css
<style>
span { border-color: #11C6A6; }
span { border-color: rgb(17,198,166); }
td.TdClassName
{
border-color: #11C6A6;
}
.TagClassName
{
border-color: #11C6A6;
}
</style>