Shades of Caribbean Green #11C098
Tints of Caribbean Green #11C098
RGB
CMYK
RGB Variations
Color information
#11C098 (or 0x11C098) is known color: Caribbean Green. HEX triplet: 11, C0 and 98. RGB value is (17,192,152). Sum of RGB (Red+Green+Blue) = 17+192+152=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #11C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C098 is #EE3F67. Grayscale: #878787. Windows color (decimal): -15613800 or 10010641. OLE color: 10010641.
HSL color Cylindrical-coordinate representation of color #11C098: hue angle of 166.29º 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 #11C098 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 152 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.25 |
| HSL | 166.29º | 0.84% | 0.41% | - |
| HSV(B) | 166.29º | 0.91% | 0.75% | - |
| XYZ | 24.75 | 40.09 | 36.14 | - |
| YUV | 135.12 | 137.52 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 152 | 0.91 | 0 | 0.21 | 0.25 | 166.29 | 0.84 | 0.41 |
| Hex | 11 | C0 | 98 | 5B | 0 | 15 | 19 | A6 | 54 | 29 |
| Octal | 21 | 300 | 230 | 133 | 0 | 25 | 31 | 246 | 124 | 51 |
| Binary | 10001 | 11000000 | 10011000 | 1011011 | 0 | 10101 | 11001 | 10100110 | 1010100 | 101001 |
Color Harmonies of #11C098
Complementary color
Monochromatic Colors of #11C098
Black with #11C098
Text Example
Text Example
White with #11C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C098; }
p { color: rgb(17,192,152); }
H1.HeaderClassName
{
color: #11C098;
}
.AnyTagClassName
{
color: #11C098;
}
</style>
background-color css
<style>
a { background-color: #11C098; }
a { background-color: rgb(17,192,152); }
div.DivClassName
{
background-color: #11C098;
}
.BgClassName
{
background-color: #11C098;
}
</style>
border-color css
<style>
span { border-color: #11C098; }
span { border-color: rgb(17,192,152); }
td.TdClassName
{
border-color: #11C098;
}
.TagClassName
{
border-color: #11C098;
}
</style>