Shades of Caribbean Green #11CFA4
Tints of Caribbean Green #11CFA4
RGB
CMYK
RGB Variations
Color information
#11CFA4 (or 0x11CFA4) is known color: Caribbean Green. HEX triplet: 11, CF and A4. RGB value is (17,207,164). Sum of RGB (Red+Green+Blue) = 17+207+164=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CFA4 is #EE305B. Grayscale: #919191. Windows color (decimal): -15609948 or 10800913. OLE color: 10800913.
HSL color Cylindrical-coordinate representation of color #11CFA4: hue angle of 166.42º 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 #11CFA4 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 164 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.19 |
| HSL | 166.42º | 0.85% | 0.44% | - |
| HSV(B) | 166.42º | 0.92% | 0.81% | - |
| XYZ | 29.24 | 47.43 | 42.73 | - |
| YUV | 145.29 | 138.55 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 164 | 0.92 | 0 | 0.21 | 0.19 | 166.42 | 0.85 | 0.44 |
| Hex | 11 | CF | A4 | 5C | 0 | 15 | 13 | A6 | 55 | 2C |
| Octal | 21 | 317 | 244 | 134 | 0 | 25 | 23 | 246 | 125 | 54 |
| Binary | 10001 | 11001111 | 10100100 | 1011100 | 0 | 10101 | 10011 | 10100110 | 1010101 | 101100 |
Color Harmonies of #11CFA4
Complementary color
Monochromatic Colors of #11CFA4
Black with #11CFA4
Text Example
Text Example
White with #11CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFA4; }
p { color: rgb(17,207,164); }
H1.HeaderClassName
{
color: #11CFA4;
}
.AnyTagClassName
{
color: #11CFA4;
}
</style>
background-color css
<style>
a { background-color: #11CFA4; }
a { background-color: rgb(17,207,164); }
div.DivClassName
{
background-color: #11CFA4;
}
.BgClassName
{
background-color: #11CFA4;
}
</style>
border-color css
<style>
span { border-color: #11CFA4; }
span { border-color: rgb(17,207,164); }
td.TdClassName
{
border-color: #11CFA4;
}
.TagClassName
{
border-color: #11CFA4;
}
</style>