Shades of Caribbean Green #11C29B
Tints of Caribbean Green #11C29B
RGB
CMYK
RGB Variations
Color information
#11C29B (or 0x11C29B) is known color: Caribbean Green. HEX triplet: 11, C2 and 9B. RGB value is (17,194,155). Sum of RGB (Red+Green+Blue) = 17+194+155=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #11C29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C29B is #EE3D64. Grayscale: #888888. Windows color (decimal): -15613285 or 10207761. OLE color: 10207761.
HSL color Cylindrical-coordinate representation of color #11C29B: hue angle of 166.78º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C29B is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 155 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.24 |
| HSL | 166.78º | 0.84% | 0.41% | - |
| HSV(B) | 166.78º | 0.91% | 0.76% | - |
| XYZ | 25.44 | 41.07 | 37.6 | - |
| YUV | 136.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 155 | 0.91 | 0 | 0.20 | 0.24 | 166.78 | 0.84 | 0.41 |
| Hex | 11 | C2 | 9B | 5B | 0 | 14 | 18 | A7 | 54 | 29 |
| Octal | 21 | 302 | 233 | 133 | 0 | 24 | 30 | 247 | 124 | 51 |
| Binary | 10001 | 11000010 | 10011011 | 1011011 | 0 | 10100 | 11000 | 10100111 | 1010100 | 101001 |
Color Harmonies of #11C29B
Complementary color
Monochromatic Colors of #11C29B
Black with #11C29B
Text Example
Text Example
White with #11C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C29B; }
p { color: rgb(17,194,155); }
H1.HeaderClassName
{
color: #11C29B;
}
.AnyTagClassName
{
color: #11C29B;
}
</style>
background-color css
<style>
a { background-color: #11C29B; }
a { background-color: rgb(17,194,155); }
div.DivClassName
{
background-color: #11C29B;
}
.BgClassName
{
background-color: #11C29B;
}
</style>
border-color css
<style>
span { border-color: #11C29B; }
span { border-color: rgb(17,194,155); }
td.TdClassName
{
border-color: #11C29B;
}
.TagClassName
{
border-color: #11C29B;
}
</style>