Shades of Caribbean Green #11C3A4
Tints of Caribbean Green #11C3A4
RGB
CMYK
RGB Variations
Color information
#11C3A4 (or 0x11C3A4) is known color: Caribbean Green. HEX triplet: 11, C3 and A4. RGB value is (17,195,164). Sum of RGB (Red+Green+Blue) = 17+195+164=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #11C3A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C3A4 is #EE3C5B. Grayscale: #8A8A8A. Windows color (decimal): -15613020 or 10797841. OLE color: 10797841.
HSL color Cylindrical-coordinate representation of color #11C3A4: hue angle of 169.55º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C3A4 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 164 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.24 |
| HSL | 169.55º | 0.84% | 0.42% | - |
| HSV(B) | 169.55º | 0.91% | 0.76% | - |
| XYZ | 26.45 | 41.83 | 41.8 | - |
| YUV | 138.24 | 142.53 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 164 | 0.91 | 0 | 0.16 | 0.24 | 169.55 | 0.84 | 0.42 |
| Hex | 11 | C3 | A4 | 5B | 0 | 10 | 18 | AA | 54 | 2A |
| Octal | 21 | 303 | 244 | 133 | 0 | 20 | 30 | 252 | 124 | 52 |
| Binary | 10001 | 11000011 | 10100100 | 1011011 | 0 | 10000 | 11000 | 10101010 | 1010100 | 101010 |
Color Harmonies of #11C3A4
Complementary color
Monochromatic Colors of #11C3A4
Black with #11C3A4
Text Example
Text Example
White with #11C3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C3A4; }
p { color: rgb(17,195,164); }
H1.HeaderClassName
{
color: #11C3A4;
}
.AnyTagClassName
{
color: #11C3A4;
}
</style>
background-color css
<style>
a { background-color: #11C3A4; }
a { background-color: rgb(17,195,164); }
div.DivClassName
{
background-color: #11C3A4;
}
.BgClassName
{
background-color: #11C3A4;
}
</style>
border-color css
<style>
span { border-color: #11C3A4; }
span { border-color: rgb(17,195,164); }
td.TdClassName
{
border-color: #11C3A4;
}
.TagClassName
{
border-color: #11C3A4;
}
</style>