Shades of Caribbean Green #11CFA2
Tints of Caribbean Green #11CFA2
RGB
CMYK
RGB Variations
Color information
#11CFA2 (or 0x11CFA2) is known color: Caribbean Green. HEX triplet: 11, CF and A2. RGB value is (17,207,162). Sum of RGB (Red+Green+Blue) = 17+207+162=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CFA2 is #EE305D. Grayscale: #919191. Windows color (decimal): -15609950 or 10669841. OLE color: 10669841.
HSL color Cylindrical-coordinate representation of color #11CFA2: hue angle of 165.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CFA2 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 162 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.19 |
| HSL | 165.79º | 0.85% | 0.44% | - |
| HSV(B) | 165.79º | 0.92% | 0.81% | - |
| XYZ | 29.07 | 47.35 | 41.79 | - |
| YUV | 145.06 | 137.55 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 162 | 0.92 | 0 | 0.22 | 0.19 | 165.79 | 0.85 | 0.44 |
| Hex | 11 | CF | A2 | 5C | 0 | 16 | 13 | A6 | 55 | 2C |
| Octal | 21 | 317 | 242 | 134 | 0 | 26 | 23 | 246 | 125 | 54 |
| Binary | 10001 | 11001111 | 10100010 | 1011100 | 0 | 10110 | 10011 | 10100110 | 1010101 | 101100 |
Color Harmonies of #11CFA2
Complementary color
Monochromatic Colors of #11CFA2
Black with #11CFA2
Text Example
Text Example
White with #11CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFA2; }
p { color: rgb(17,207,162); }
H1.HeaderClassName
{
color: #11CFA2;
}
.AnyTagClassName
{
color: #11CFA2;
}
</style>
background-color css
<style>
a { background-color: #11CFA2; }
a { background-color: rgb(17,207,162); }
div.DivClassName
{
background-color: #11CFA2;
}
.BgClassName
{
background-color: #11CFA2;
}
</style>
border-color css
<style>
span { border-color: #11CFA2; }
span { border-color: rgb(17,207,162); }
td.TdClassName
{
border-color: #11CFA2;
}
.TagClassName
{
border-color: #11CFA2;
}
</style>