Shades of Caribbean Green #11CF89
Tints of Caribbean Green #11CF89
RGB
CMYK
RGB Variations
Color information
#11CF89 (or 0x11CF89) is known color: Caribbean Green. HEX triplet: 11, CF and 89. RGB value is (17,207,137). Sum of RGB (Red+Green+Blue) = 17+207+137=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CF89 is #EE3076. Grayscale: #8E8E8E. Windows color (decimal): -15609975 or 9031441. OLE color: 9031441.
HSL color Cylindrical-coordinate representation of color #11CF89: hue angle of 157.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CF89 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 137 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.19 |
| HSL | 157.89º | 0.85% | 0.44% | - |
| HSV(B) | 157.89º | 0.92% | 0.81% | - |
| XYZ | 27.06 | 46.55 | 31.23 | - |
| YUV | 142.21 | 125.05 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 137 | 0.92 | 0 | 0.34 | 0.19 | 157.89 | 0.85 | 0.44 |
| Hex | 11 | CF | 89 | 5C | 0 | 22 | 13 | 9E | 55 | 2C |
| Octal | 21 | 317 | 211 | 134 | 0 | 42 | 23 | 236 | 125 | 54 |
| Binary | 10001 | 11001111 | 10001001 | 1011100 | 0 | 100010 | 10011 | 10011110 | 1010101 | 101100 |
Color Harmonies of #11CF89
Complementary color
Monochromatic Colors of #11CF89
Black with #11CF89
Text Example
Text Example
White with #11CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF89; }
p { color: rgb(17,207,137); }
H1.HeaderClassName
{
color: #11CF89;
}
.AnyTagClassName
{
color: #11CF89;
}
</style>
background-color css
<style>
a { background-color: #11CF89; }
a { background-color: rgb(17,207,137); }
div.DivClassName
{
background-color: #11CF89;
}
.BgClassName
{
background-color: #11CF89;
}
</style>
border-color css
<style>
span { border-color: #11CF89; }
span { border-color: rgb(17,207,137); }
td.TdClassName
{
border-color: #11CF89;
}
.TagClassName
{
border-color: #11CF89;
}
</style>