Shades of Caribbean Green #11D58F
Tints of Caribbean Green #11D58F
RGB
CMYK
RGB Variations
Color information
#11D58F (or 0x11D58F) is known color: Caribbean Green. HEX triplet: 11, D5 and 8F. RGB value is (17,213,143). Sum of RGB (Red+Green+Blue) = 17+213+143=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #11D58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D58F is #EE2A70. Grayscale: #929292. Windows color (decimal): -15608433 or 9426193. OLE color: 9426193.
HSL color Cylindrical-coordinate representation of color #11D58F: hue angle of 158.57º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D58F is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 213 | 143 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.16 |
| HSL | 158.57º | 0.85% | 0.45% | - |
| HSV(B) | 158.57º | 0.92% | 0.84% | - |
| XYZ | 28.98 | 49.69 | 34.05 | - |
| YUV | 146.42 | 126.07 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 143 | 0.92 | 0 | 0.33 | 0.16 | 158.57 | 0.85 | 0.45 |
| Hex | 11 | D5 | 8F | 5C | 0 | 21 | 10 | 9F | 55 | 2D |
| Octal | 21 | 325 | 217 | 134 | 0 | 41 | 20 | 237 | 125 | 55 |
| Binary | 10001 | 11010101 | 10001111 | 1011100 | 0 | 100001 | 10000 | 10011111 | 1010101 | 101101 |
Color Harmonies of #11D58F
Complementary color
Monochromatic Colors of #11D58F
Black with #11D58F
Text Example
Text Example
White with #11D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D58F; }
p { color: rgb(17,213,143); }
H1.HeaderClassName
{
color: #11D58F;
}
.AnyTagClassName
{
color: #11D58F;
}
</style>
background-color css
<style>
a { background-color: #11D58F; }
a { background-color: rgb(17,213,143); }
div.DivClassName
{
background-color: #11D58F;
}
.BgClassName
{
background-color: #11D58F;
}
</style>
border-color css
<style>
span { border-color: #11D58F; }
span { border-color: rgb(17,213,143); }
td.TdClassName
{
border-color: #11D58F;
}
.TagClassName
{
border-color: #11D58F;
}
</style>