Shades of Caribbean Green #11CFA5
Tints of Caribbean Green #11CFA5
RGB
CMYK
RGB Variations
Color information
#11CFA5 (or 0x11CFA5) is known color: Caribbean Green. HEX triplet: 11, CF and A5. RGB value is (17,207,165). Sum of RGB (Red+Green+Blue) = 17+207+165=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CFA5 is #EE305A. Grayscale: #919191. Windows color (decimal): -15609947 or 10866449. OLE color: 10866449.
HSL color Cylindrical-coordinate representation of color #11CFA5: hue angle of 166.74º 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 #11CFA5 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 165 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.19 |
| HSL | 166.74º | 0.85% | 0.44% | - |
| HSV(B) | 166.74º | 0.92% | 0.81% | - |
| XYZ | 29.34 | 47.46 | 43.21 | - |
| YUV | 145.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 165 | 0.92 | 0 | 0.20 | 0.19 | 166.74 | 0.85 | 0.44 |
| Hex | 11 | CF | A5 | 5C | 0 | 14 | 13 | A7 | 55 | 2C |
| Octal | 21 | 317 | 245 | 134 | 0 | 24 | 23 | 247 | 125 | 54 |
| Binary | 10001 | 11001111 | 10100101 | 1011100 | 0 | 10100 | 10011 | 10100111 | 1010101 | 101100 |
Color Harmonies of #11CFA5
Complementary color
Monochromatic Colors of #11CFA5
Black with #11CFA5
Text Example
Text Example
White with #11CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFA5; }
p { color: rgb(17,207,165); }
H1.HeaderClassName
{
color: #11CFA5;
}
.AnyTagClassName
{
color: #11CFA5;
}
</style>
background-color css
<style>
a { background-color: #11CFA5; }
a { background-color: rgb(17,207,165); }
div.DivClassName
{
background-color: #11CFA5;
}
.BgClassName
{
background-color: #11CFA5;
}
</style>
border-color css
<style>
span { border-color: #11CFA5; }
span { border-color: rgb(17,207,165); }
td.TdClassName
{
border-color: #11CFA5;
}
.TagClassName
{
border-color: #11CFA5;
}
</style>