Shades of Caribbean Green #11CFB3
Tints of Caribbean Green #11CFB3
RGB
CMYK
RGB Variations
Color information
#11CFB3 (or 0x11CFB3) is known color: Caribbean Green. HEX triplet: 11, CF and B3. RGB value is (17,207,179). Sum of RGB (Red+Green+Blue) = 17+207+179=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFB3 is #EE304C. Grayscale: #929292. Windows color (decimal): -15609933 or 11783953. OLE color: 11783953.
HSL color Cylindrical-coordinate representation of color #11CFB3: hue angle of 171.16º 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 #11CFB3 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 179 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.19 |
| HSL | 171.16º | 0.85% | 0.44% | - |
| HSV(B) | 171.16º | 0.92% | 0.81% | - |
| XYZ | 30.68 | 48 | 50.3 | - |
| YUV | 147 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 179 | 0.92 | 0 | 0.14 | 0.19 | 171.16 | 0.85 | 0.44 |
| Hex | 11 | CF | B3 | 5C | 0 | E | 13 | AB | 55 | 2C |
| Octal | 21 | 317 | 263 | 134 | 0 | 16 | 23 | 253 | 125 | 54 |
| Binary | 10001 | 11001111 | 10110011 | 1011100 | 0 | 1110 | 10011 | 10101011 | 1010101 | 101100 |
Color Harmonies of #11CFB3
Complementary color
Monochromatic Colors of #11CFB3
Black with #11CFB3
Text Example
Text Example
White with #11CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFB3; }
p { color: rgb(17,207,179); }
H1.HeaderClassName
{
color: #11CFB3;
}
.AnyTagClassName
{
color: #11CFB3;
}
</style>
background-color css
<style>
a { background-color: #11CFB3; }
a { background-color: rgb(17,207,179); }
div.DivClassName
{
background-color: #11CFB3;
}
.BgClassName
{
background-color: #11CFB3;
}
</style>
border-color css
<style>
span { border-color: #11CFB3; }
span { border-color: rgb(17,207,179); }
td.TdClassName
{
border-color: #11CFB3;
}
.TagClassName
{
border-color: #11CFB3;
}
</style>