Shades of Caribbean Green #11C79B
Tints of Caribbean Green #11C79B
RGB
CMYK
RGB Variations
Color information
#11C79B (or 0x11C79B) is known color: Caribbean Green. HEX triplet: 11, C7 and 9B. RGB value is (17,199,155). Sum of RGB (Red+Green+Blue) = 17+199+155=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #11C79B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C79B is #EE3864. Grayscale: #8B8B8B. Windows color (decimal): -15612005 or 10209041. OLE color: 10209041.
HSL color Cylindrical-coordinate representation of color #11C79B: hue angle of 165.49º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C79B is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 199 | 155 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.22 |
| HSL | 165.49º | 0.84% | 0.42% | - |
| HSV(B) | 165.49º | 0.91% | 0.78% | - |
| XYZ | 26.57 | 43.33 | 37.97 | - |
| YUV | 139.57 | 136.7 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 199 | 155 | 0.91 | 0 | 0.22 | 0.22 | 165.49 | 0.84 | 0.42 |
| Hex | 11 | C7 | 9B | 5B | 0 | 16 | 16 | A5 | 54 | 2A |
| Octal | 21 | 307 | 233 | 133 | 0 | 26 | 26 | 245 | 124 | 52 |
| Binary | 10001 | 11000111 | 10011011 | 1011011 | 0 | 10110 | 10110 | 10100101 | 1010100 | 101010 |
Color Harmonies of #11C79B
Complementary color
Monochromatic Colors of #11C79B
Black with #11C79B
Text Example
Text Example
White with #11C79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C79B; }
p { color: rgb(17,199,155); }
H1.HeaderClassName
{
color: #11C79B;
}
.AnyTagClassName
{
color: #11C79B;
}
</style>
background-color css
<style>
a { background-color: #11C79B; }
a { background-color: rgb(17,199,155); }
div.DivClassName
{
background-color: #11C79B;
}
.BgClassName
{
background-color: #11C79B;
}
</style>
border-color css
<style>
span { border-color: #11C79B; }
span { border-color: rgb(17,199,155); }
td.TdClassName
{
border-color: #11C79B;
}
.TagClassName
{
border-color: #11C79B;
}
</style>