Shades of Caribbean Green #11C997
Tints of Caribbean Green #11C997
RGB
CMYK
RGB Variations
Color information
#11C997 (or 0x11C997) is known color: Caribbean Green. HEX triplet: 11, C9 and 97. RGB value is (17,201,151). Sum of RGB (Red+Green+Blue) = 17+201+151=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #11C997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C997 is #EE3668. Grayscale: #8C8C8C. Windows color (decimal): -15611497 or 9947409. OLE color: 9947409.
HSL color Cylindrical-coordinate representation of color #11C997: hue angle of 163.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C997 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 201 | 151 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.21 |
| HSL | 163.7º | 0.84% | 0.43% | - |
| HSV(B) | 163.7º | 0.92% | 0.79% | - |
| XYZ | 26.7 | 44.13 | 36.39 | - |
| YUV | 140.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 201 | 151 | 0.92 | 0 | 0.25 | 0.21 | 163.7 | 0.84 | 0.43 |
| Hex | 11 | C9 | 97 | 5C | 0 | 19 | 15 | A4 | 54 | 2B |
| Octal | 21 | 311 | 227 | 134 | 0 | 31 | 25 | 244 | 124 | 53 |
| Binary | 10001 | 11001001 | 10010111 | 1011100 | 0 | 11001 | 10101 | 10100100 | 1010100 | 101011 |
Color Harmonies of #11C997
Complementary color
Monochromatic Colors of #11C997
Black with #11C997
Text Example
Text Example
White with #11C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C997; }
p { color: rgb(17,201,151); }
H1.HeaderClassName
{
color: #11C997;
}
.AnyTagClassName
{
color: #11C997;
}
</style>
background-color css
<style>
a { background-color: #11C997; }
a { background-color: rgb(17,201,151); }
div.DivClassName
{
background-color: #11C997;
}
.BgClassName
{
background-color: #11C997;
}
</style>
border-color css
<style>
span { border-color: #11C997; }
span { border-color: rgb(17,201,151); }
td.TdClassName
{
border-color: #11C997;
}
.TagClassName
{
border-color: #11C997;
}
</style>