Shades of Caribbean Green #11D294
Tints of Caribbean Green #11D294
RGB
CMYK
RGB Variations
Color information
#11D294 (or 0x11D294) is known color: Caribbean Green. HEX triplet: 11, D2 and 94. RGB value is (17,210,148). Sum of RGB (Red+Green+Blue) = 17+210+148=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #11D294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D294 is #EE2D6B. Grayscale: #919191. Windows color (decimal): -15609196 or 9753105. OLE color: 9753105.
HSL color Cylindrical-coordinate representation of color #11D294: hue angle of 160.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D294 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 210 | 148 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.18 |
| HSL | 160.73º | 0.85% | 0.45% | - |
| HSV(B) | 160.73º | 0.92% | 0.82% | - |
| XYZ | 28.62 | 48.35 | 35.84 | - |
| YUV | 145.23 | 129.56 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 210 | 148 | 0.92 | 0 | 0.30 | 0.18 | 160.73 | 0.85 | 0.45 |
| Hex | 11 | D2 | 94 | 5C | 0 | 1E | 12 | A1 | 55 | 2D |
| Octal | 21 | 322 | 224 | 134 | 0 | 36 | 22 | 241 | 125 | 55 |
| Binary | 10001 | 11010010 | 10010100 | 1011100 | 0 | 11110 | 10010 | 10100001 | 1010101 | 101101 |
Color Harmonies of #11D294
Complementary color
Monochromatic Colors of #11D294
Black with #11D294
Text Example
Text Example
White with #11D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D294; }
p { color: rgb(17,210,148); }
H1.HeaderClassName
{
color: #11D294;
}
.AnyTagClassName
{
color: #11D294;
}
</style>
background-color css
<style>
a { background-color: #11D294; }
a { background-color: rgb(17,210,148); }
div.DivClassName
{
background-color: #11D294;
}
.BgClassName
{
background-color: #11D294;
}
</style>
border-color css
<style>
span { border-color: #11D294; }
span { border-color: rgb(17,210,148); }
td.TdClassName
{
border-color: #11D294;
}
.TagClassName
{
border-color: #11D294;
}
</style>