Shades of Caribbean Green #11BC99
Tints of Caribbean Green #11BC99
RGB
CMYK
RGB Variations
Color information
#11BC99 (or 0x11BC99) is known color: Caribbean Green. HEX triplet: 11, BC and 99. RGB value is (17,188,153). Sum of RGB (Red+Green+Blue) = 17+188+153=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC99 is #EE4366. Grayscale: #848484. Windows color (decimal): -15614823 or 10075153. OLE color: 10075153.
HSL color Cylindrical-coordinate representation of color #11BC99: hue angle of 167.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC99 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 153 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.26 |
| HSL | 167.72º | 0.83% | 0.4% | - |
| HSV(B) | 167.72º | 0.91% | 0.74% | - |
| XYZ | 23.96 | 38.39 | 36.28 | - |
| YUV | 132.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 153 | 0.91 | 0 | 0.19 | 0.26 | 167.72 | 0.83 | 0.4 |
| Hex | 11 | BC | 99 | 5B | 0 | 13 | 1A | A8 | 53 | 28 |
| Octal | 21 | 274 | 231 | 133 | 0 | 23 | 32 | 250 | 123 | 50 |
| Binary | 10001 | 10111100 | 10011001 | 1011011 | 0 | 10011 | 11010 | 10101000 | 1010011 | 101000 |
Color Harmonies of #11BC99
Complementary color
Monochromatic Colors of #11BC99
Black with #11BC99
Text Example
Text Example
White with #11BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC99; }
p { color: rgb(17,188,153); }
H1.HeaderClassName
{
color: #11BC99;
}
.AnyTagClassName
{
color: #11BC99;
}
</style>
background-color css
<style>
a { background-color: #11BC99; }
a { background-color: rgb(17,188,153); }
div.DivClassName
{
background-color: #11BC99;
}
.BgClassName
{
background-color: #11BC99;
}
</style>
border-color css
<style>
span { border-color: #11BC99; }
span { border-color: rgb(17,188,153); }
td.TdClassName
{
border-color: #11BC99;
}
.TagClassName
{
border-color: #11BC99;
}
</style>