Shades of Caribbean Green #11C497
Tints of Caribbean Green #11C497
RGB
CMYK
RGB Variations
Color information
#11C497 (or 0x11C497) is known color: Caribbean Green. HEX triplet: 11, C4 and 97. RGB value is (17,196,151). Sum of RGB (Red+Green+Blue) = 17+196+151=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #11C497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C497 is #EE3B68. Grayscale: #898989. Windows color (decimal): -15612777 or 9946129. OLE color: 9946129.
HSL color Cylindrical-coordinate representation of color #11C497: hue angle of 164.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C497 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 151 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.23 |
| HSL | 164.92º | 0.84% | 0.42% | - |
| HSV(B) | 164.92º | 0.91% | 0.77% | - |
| XYZ | 25.56 | 41.83 | 36.01 | - |
| YUV | 137.35 | 135.7 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 151 | 0.91 | 0 | 0.23 | 0.23 | 164.92 | 0.84 | 0.42 |
| Hex | 11 | C4 | 97 | 5B | 0 | 17 | 17 | A5 | 54 | 2A |
| Octal | 21 | 304 | 227 | 133 | 0 | 27 | 27 | 245 | 124 | 52 |
| Binary | 10001 | 11000100 | 10010111 | 1011011 | 0 | 10111 | 10111 | 10100101 | 1010100 | 101010 |
Color Harmonies of #11C497
Complementary color
Monochromatic Colors of #11C497
Black with #11C497
Text Example
Text Example
White with #11C497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C497; }
p { color: rgb(17,196,151); }
H1.HeaderClassName
{
color: #11C497;
}
.AnyTagClassName
{
color: #11C497;
}
</style>
background-color css
<style>
a { background-color: #11C497; }
a { background-color: rgb(17,196,151); }
div.DivClassName
{
background-color: #11C497;
}
.BgClassName
{
background-color: #11C497;
}
</style>
border-color css
<style>
span { border-color: #11C497; }
span { border-color: rgb(17,196,151); }
td.TdClassName
{
border-color: #11C497;
}
.TagClassName
{
border-color: #11C497;
}
</style>