Shades of Caribbean Green #11D097
Tints of Caribbean Green #11D097
RGB
CMYK
RGB Variations
Color information
#11D097 (or 0x11D097) is known color: Caribbean Green. HEX triplet: 11, D0 and 97. RGB value is (17,208,151). Sum of RGB (Red+Green+Blue) = 17+208+151=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #11D097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D097 is #EE2F68. Grayscale: #909090. Windows color (decimal): -15609705 or 9949201. OLE color: 9949201.
HSL color Cylindrical-coordinate representation of color #11D097: hue angle of 162.09º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D097 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 151 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.18 |
| HSL | 162.09º | 0.85% | 0.44% | - |
| HSV(B) | 162.09º | 0.92% | 0.82% | - |
| XYZ | 28.37 | 47.47 | 36.94 | - |
| YUV | 144.39 | 131.72 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 151 | 0.92 | 0 | 0.27 | 0.18 | 162.09 | 0.85 | 0.44 |
| Hex | 11 | D0 | 97 | 5C | 0 | 1B | 12 | A2 | 55 | 2C |
| Octal | 21 | 320 | 227 | 134 | 0 | 33 | 22 | 242 | 125 | 54 |
| Binary | 10001 | 11010000 | 10010111 | 1011100 | 0 | 11011 | 10010 | 10100010 | 1010101 | 101100 |
Color Harmonies of #11D097
Complementary color
Monochromatic Colors of #11D097
Black with #11D097
Text Example
Text Example
White with #11D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D097; }
p { color: rgb(17,208,151); }
H1.HeaderClassName
{
color: #11D097;
}
.AnyTagClassName
{
color: #11D097;
}
</style>
background-color css
<style>
a { background-color: #11D097; }
a { background-color: rgb(17,208,151); }
div.DivClassName
{
background-color: #11D097;
}
.BgClassName
{
background-color: #11D097;
}
</style>
border-color css
<style>
span { border-color: #11D097; }
span { border-color: rgb(17,208,151); }
td.TdClassName
{
border-color: #11D097;
}
.TagClassName
{
border-color: #11D097;
}
</style>