Shades of Caribbean Green #11C490
Tints of Caribbean Green #11C490
RGB
CMYK
RGB Variations
Color information
#11C490 (or 0x11C490) is known color: Caribbean Green. HEX triplet: 11, C4 and 90. RGB value is (17,196,144). Sum of RGB (Red+Green+Blue) = 17+196+144=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #11C490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C490 is #EE3B6F. Grayscale: #888888. Windows color (decimal): -15612784 or 9487377. OLE color: 9487377.
HSL color Cylindrical-coordinate representation of color #11C490: hue angle of 162.57º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C490 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 144 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.23 |
| HSL | 162.57º | 0.84% | 0.42% | - |
| HSV(B) | 162.57º | 0.91% | 0.77% | - |
| XYZ | 25.01 | 41.61 | 33.1 | - |
| YUV | 136.55 | 132.2 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 144 | 0.91 | 0 | 0.27 | 0.23 | 162.57 | 0.84 | 0.42 |
| Hex | 11 | C4 | 90 | 5B | 0 | 1B | 17 | A3 | 54 | 2A |
| Octal | 21 | 304 | 220 | 133 | 0 | 33 | 27 | 243 | 124 | 52 |
| Binary | 10001 | 11000100 | 10010000 | 1011011 | 0 | 11011 | 10111 | 10100011 | 1010100 | 101010 |
Color Harmonies of #11C490
Complementary color
Monochromatic Colors of #11C490
Black with #11C490
Text Example
Text Example
White with #11C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C490; }
p { color: rgb(17,196,144); }
H1.HeaderClassName
{
color: #11C490;
}
.AnyTagClassName
{
color: #11C490;
}
</style>
background-color css
<style>
a { background-color: #11C490; }
a { background-color: rgb(17,196,144); }
div.DivClassName
{
background-color: #11C490;
}
.BgClassName
{
background-color: #11C490;
}
</style>
border-color css
<style>
span { border-color: #11C490; }
span { border-color: rgb(17,196,144); }
td.TdClassName
{
border-color: #11C490;
}
.TagClassName
{
border-color: #11C490;
}
</style>