Shades of Caribbean Green #11D08A
Tints of Caribbean Green #11D08A
RGB
CMYK
RGB Variations
Color information
#11D08A (or 0x11D08A) is known color: Caribbean Green. HEX triplet: 11, D0 and 8A. RGB value is (17,208,138). Sum of RGB (Red+Green+Blue) = 17+208+138=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #11D08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D08A is #EE2F75. Grayscale: #8F8F8F. Windows color (decimal): -15609718 or 9097233. OLE color: 9097233.
HSL color Cylindrical-coordinate representation of color #11D08A: hue angle of 158.01º 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 #11D08A is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 138 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.18 |
| HSL | 158.01º | 0.85% | 0.44% | - |
| HSV(B) | 158.01º | 0.92% | 0.82% | - |
| XYZ | 27.37 | 47.07 | 31.69 | - |
| YUV | 142.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 138 | 0.92 | 0 | 0.34 | 0.18 | 158.01 | 0.85 | 0.44 |
| Hex | 11 | D0 | 8A | 5C | 0 | 22 | 12 | 9E | 55 | 2C |
| Octal | 21 | 320 | 212 | 134 | 0 | 42 | 22 | 236 | 125 | 54 |
| Binary | 10001 | 11010000 | 10001010 | 1011100 | 0 | 100010 | 10010 | 10011110 | 1010101 | 101100 |
Color Harmonies of #11D08A
Complementary color
Monochromatic Colors of #11D08A
Black with #11D08A
Text Example
Text Example
White with #11D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D08A; }
p { color: rgb(17,208,138); }
H1.HeaderClassName
{
color: #11D08A;
}
.AnyTagClassName
{
color: #11D08A;
}
</style>
background-color css
<style>
a { background-color: #11D08A; }
a { background-color: rgb(17,208,138); }
div.DivClassName
{
background-color: #11D08A;
}
.BgClassName
{
background-color: #11D08A;
}
</style>
border-color css
<style>
span { border-color: #11D08A; }
span { border-color: rgb(17,208,138); }
td.TdClassName
{
border-color: #11D08A;
}
.TagClassName
{
border-color: #11D08A;
}
</style>