Shades of Caribbean Green #11C39B
Tints of Caribbean Green #11C39B
RGB
CMYK
RGB Variations
Color information
#11C39B (or 0x11C39B) is known color: Caribbean Green. HEX triplet: 11, C3 and 9B. RGB value is (17,195,155). Sum of RGB (Red+Green+Blue) = 17+195+155=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #11C39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C39B is #EE3C64. Grayscale: #898989. Windows color (decimal): -15613029 or 10208017. OLE color: 10208017.
HSL color Cylindrical-coordinate representation of color #11C39B: hue angle of 166.52º 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 #11C39B is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 155 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.24 |
| HSL | 166.52º | 0.84% | 0.42% | - |
| HSV(B) | 166.52º | 0.91% | 0.76% | - |
| XYZ | 25.66 | 41.52 | 37.67 | - |
| YUV | 137.22 | 138.03 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 155 | 0.91 | 0 | 0.21 | 0.24 | 166.52 | 0.84 | 0.42 |
| Hex | 11 | C3 | 9B | 5B | 0 | 15 | 18 | A7 | 54 | 2A |
| Octal | 21 | 303 | 233 | 133 | 0 | 25 | 30 | 247 | 124 | 52 |
| Binary | 10001 | 11000011 | 10011011 | 1011011 | 0 | 10101 | 11000 | 10100111 | 1010100 | 101010 |
Color Harmonies of #11C39B
Complementary color
Monochromatic Colors of #11C39B
Black with #11C39B
Text Example
Text Example
White with #11C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C39B; }
p { color: rgb(17,195,155); }
H1.HeaderClassName
{
color: #11C39B;
}
.AnyTagClassName
{
color: #11C39B;
}
</style>
background-color css
<style>
a { background-color: #11C39B; }
a { background-color: rgb(17,195,155); }
div.DivClassName
{
background-color: #11C39B;
}
.BgClassName
{
background-color: #11C39B;
}
</style>
border-color css
<style>
span { border-color: #11C39B; }
span { border-color: rgb(17,195,155); }
td.TdClassName
{
border-color: #11C39B;
}
.TagClassName
{
border-color: #11C39B;
}
</style>