Shades of Caribbean Green #11C09B
Tints of Caribbean Green #11C09B
RGB
CMYK
RGB Variations
Color information
#11C09B (or 0x11C09B) is known color: Caribbean Green. HEX triplet: 11, C0 and 9B. RGB value is (17,192,155). Sum of RGB (Red+Green+Blue) = 17+192+155=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #11C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C09B is #EE3F64. Grayscale: #878787. Windows color (decimal): -15613797 or 10207249. OLE color: 10207249.
HSL color Cylindrical-coordinate representation of color #11C09B: hue angle of 167.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C09B is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 155 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.25 |
| HSL | 167.31º | 0.84% | 0.41% | - |
| HSV(B) | 167.31º | 0.91% | 0.75% | - |
| XYZ | 25 | 40.19 | 37.45 | - |
| YUV | 135.46 | 139.02 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 155 | 0.91 | 0 | 0.19 | 0.25 | 167.31 | 0.84 | 0.41 |
| Hex | 11 | C0 | 9B | 5B | 0 | 13 | 19 | A7 | 54 | 29 |
| Octal | 21 | 300 | 233 | 133 | 0 | 23 | 31 | 247 | 124 | 51 |
| Binary | 10001 | 11000000 | 10011011 | 1011011 | 0 | 10011 | 11001 | 10100111 | 1010100 | 101001 |
Color Harmonies of #11C09B
Complementary color
Monochromatic Colors of #11C09B
Black with #11C09B
Text Example
Text Example
White with #11C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C09B; }
p { color: rgb(17,192,155); }
H1.HeaderClassName
{
color: #11C09B;
}
.AnyTagClassName
{
color: #11C09B;
}
</style>
background-color css
<style>
a { background-color: #11C09B; }
a { background-color: rgb(17,192,155); }
div.DivClassName
{
background-color: #11C09B;
}
.BgClassName
{
background-color: #11C09B;
}
</style>
border-color css
<style>
span { border-color: #11C09B; }
span { border-color: rgb(17,192,155); }
td.TdClassName
{
border-color: #11C09B;
}
.TagClassName
{
border-color: #11C09B;
}
</style>