Shades of Caribbean Green #11D094
Tints of Caribbean Green #11D094
RGB
CMYK
RGB Variations
Color information
#11D094 (or 0x11D094) is known color: Caribbean Green. HEX triplet: 11, D0 and 94. RGB value is (17,208,148). Sum of RGB (Red+Green+Blue) = 17+208+148=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #11D094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D094 is #EE2F6B. Grayscale: #909090. Windows color (decimal): -15609708 or 9752593. OLE color: 9752593.
HSL color Cylindrical-coordinate representation of color #11D094: hue angle of 161.15º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D094 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 148 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.18 |
| HSL | 161.15º | 0.85% | 0.44% | - |
| HSV(B) | 161.15º | 0.92% | 0.82% | - |
| XYZ | 28.13 | 47.37 | 35.68 | - |
| YUV | 144.05 | 130.22 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 148 | 0.92 | 0 | 0.29 | 0.18 | 161.15 | 0.85 | 0.44 |
| Hex | 11 | D0 | 94 | 5C | 0 | 1D | 12 | A1 | 55 | 2C |
| Octal | 21 | 320 | 224 | 134 | 0 | 35 | 22 | 241 | 125 | 54 |
| Binary | 10001 | 11010000 | 10010100 | 1011100 | 0 | 11101 | 10010 | 10100001 | 1010101 | 101100 |
Color Harmonies of #11D094
Complementary color
Monochromatic Colors of #11D094
Black with #11D094
Text Example
Text Example
White with #11D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D094; }
p { color: rgb(17,208,148); }
H1.HeaderClassName
{
color: #11D094;
}
.AnyTagClassName
{
color: #11D094;
}
</style>
background-color css
<style>
a { background-color: #11D094; }
a { background-color: rgb(17,208,148); }
div.DivClassName
{
background-color: #11D094;
}
.BgClassName
{
background-color: #11D094;
}
</style>
border-color css
<style>
span { border-color: #11D094; }
span { border-color: rgb(17,208,148); }
td.TdClassName
{
border-color: #11D094;
}
.TagClassName
{
border-color: #11D094;
}
</style>