Shades of Caribbean Green #11CFAA
Tints of Caribbean Green #11CFAA
RGB
CMYK
RGB Variations
Color information
#11CFAA (or 0x11CFAA) is known color: Caribbean Green. HEX triplet: 11, CF and AA. RGB value is (17,207,170). Sum of RGB (Red+Green+Blue) = 17+207+170=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CFAA is #EE3055. Grayscale: #919191. Windows color (decimal): -15609942 or 11194129. OLE color: 11194129.
HSL color Cylindrical-coordinate representation of color #11CFAA: hue angle of 168.32º 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 #11CFAA is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 170 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.19 |
| HSL | 168.32º | 0.85% | 0.44% | - |
| HSV(B) | 168.32º | 0.92% | 0.81% | - |
| XYZ | 29.8 | 47.65 | 45.66 | - |
| YUV | 145.97 | 141.55 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 170 | 0.92 | 0 | 0.18 | 0.19 | 168.32 | 0.85 | 0.44 |
| Hex | 11 | CF | AA | 5C | 0 | 12 | 13 | A8 | 55 | 2C |
| Octal | 21 | 317 | 252 | 134 | 0 | 22 | 23 | 250 | 125 | 54 |
| Binary | 10001 | 11001111 | 10101010 | 1011100 | 0 | 10010 | 10011 | 10101000 | 1010101 | 101100 |
Color Harmonies of #11CFAA
Complementary color
Monochromatic Colors of #11CFAA
Black with #11CFAA
Text Example
Text Example
White with #11CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFAA; }
p { color: rgb(17,207,170); }
H1.HeaderClassName
{
color: #11CFAA;
}
.AnyTagClassName
{
color: #11CFAA;
}
</style>
background-color css
<style>
a { background-color: #11CFAA; }
a { background-color: rgb(17,207,170); }
div.DivClassName
{
background-color: #11CFAA;
}
.BgClassName
{
background-color: #11CFAA;
}
</style>
border-color css
<style>
span { border-color: #11CFAA; }
span { border-color: rgb(17,207,170); }
td.TdClassName
{
border-color: #11CFAA;
}
.TagClassName
{
border-color: #11CFAA;
}
</style>