Shades of Caribbean Green #11C398
Tints of Caribbean Green #11C398
RGB
CMYK
RGB Variations
Color information
#11C398 (or 0x11C398) is known color: Caribbean Green. HEX triplet: 11, C3 and 98. RGB value is (17,195,152). Sum of RGB (Red+Green+Blue) = 17+195+152=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #11C398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C398 is #EE3C67. Grayscale: #888888. Windows color (decimal): -15613032 or 10011409. OLE color: 10011409.
HSL color Cylindrical-coordinate representation of color #11C398: hue angle of 165.51º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C398 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 152 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.24 |
| HSL | 165.51º | 0.84% | 0.42% | - |
| HSV(B) | 165.51º | 0.91% | 0.76% | - |
| XYZ | 25.41 | 41.42 | 36.36 | - |
| YUV | 136.88 | 136.53 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 152 | 0.91 | 0 | 0.22 | 0.24 | 165.51 | 0.84 | 0.42 |
| Hex | 11 | C3 | 98 | 5B | 0 | 16 | 18 | A6 | 54 | 2A |
| Octal | 21 | 303 | 230 | 133 | 0 | 26 | 30 | 246 | 124 | 52 |
| Binary | 10001 | 11000011 | 10011000 | 1011011 | 0 | 10110 | 11000 | 10100110 | 1010100 | 101010 |
Color Harmonies of #11C398
Complementary color
Monochromatic Colors of #11C398
Black with #11C398
Text Example
Text Example
White with #11C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C398; }
p { color: rgb(17,195,152); }
H1.HeaderClassName
{
color: #11C398;
}
.AnyTagClassName
{
color: #11C398;
}
</style>
background-color css
<style>
a { background-color: #11C398; }
a { background-color: rgb(17,195,152); }
div.DivClassName
{
background-color: #11C398;
}
.BgClassName
{
background-color: #11C398;
}
</style>
border-color css
<style>
span { border-color: #11C398; }
span { border-color: rgb(17,195,152); }
td.TdClassName
{
border-color: #11C398;
}
.TagClassName
{
border-color: #11C398;
}
</style>