Shades of Caribbean Green #11C099
Tints of Caribbean Green #11C099
RGB
CMYK
RGB Variations
Color information
#11C099 (or 0x11C099) is known color: Caribbean Green. HEX triplet: 11, C0 and 99. RGB value is (17,192,153). Sum of RGB (Red+Green+Blue) = 17+192+153=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #11C099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C099 is #EE3F66. Grayscale: #878787. Windows color (decimal): -15613799 or 10076177. OLE color: 10076177.
HSL color Cylindrical-coordinate representation of color #11C099: hue angle of 166.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C099 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 153 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.25 |
| HSL | 166.63º | 0.84% | 0.41% | - |
| HSV(B) | 166.63º | 0.91% | 0.75% | - |
| XYZ | 24.83 | 40.12 | 36.57 | - |
| YUV | 135.23 | 138.02 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 153 | 0.91 | 0 | 0.20 | 0.25 | 166.63 | 0.84 | 0.41 |
| Hex | 11 | C0 | 99 | 5B | 0 | 14 | 19 | A7 | 54 | 29 |
| Octal | 21 | 300 | 231 | 133 | 0 | 24 | 31 | 247 | 124 | 51 |
| Binary | 10001 | 11000000 | 10011001 | 1011011 | 0 | 10100 | 11001 | 10100111 | 1010100 | 101001 |
Color Harmonies of #11C099
Complementary color
Monochromatic Colors of #11C099
Black with #11C099
Text Example
Text Example
White with #11C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C099; }
p { color: rgb(17,192,153); }
H1.HeaderClassName
{
color: #11C099;
}
.AnyTagClassName
{
color: #11C099;
}
</style>
background-color css
<style>
a { background-color: #11C099; }
a { background-color: rgb(17,192,153); }
div.DivClassName
{
background-color: #11C099;
}
.BgClassName
{
background-color: #11C099;
}
</style>
border-color css
<style>
span { border-color: #11C099; }
span { border-color: rgb(17,192,153); }
td.TdClassName
{
border-color: #11C099;
}
.TagClassName
{
border-color: #11C099;
}
</style>