Shades of Caribbean Green #11CBB0
Tints of Caribbean Green #11CBB0
RGB
CMYK
RGB Variations
Color information
#11CBB0 (or 0x11CBB0) is known color: Caribbean Green. HEX triplet: 11, CB and B0. RGB value is (17,203,176). Sum of RGB (Red+Green+Blue) = 17+203+176=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #11CBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CBB0 is #EE344F. Grayscale: #909090. Windows color (decimal): -15610960 or 11586321. OLE color: 11586321.
HSL color Cylindrical-coordinate representation of color #11CBB0: hue angle of 171.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CBB0 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 176 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.20 |
| HSL | 171.29º | 0.85% | 0.43% | - |
| HSV(B) | 171.29º | 0.92% | 0.8% | - |
| XYZ | 29.42 | 45.97 | 48.4 | - |
| YUV | 144.31 | 145.88 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 176 | 0.92 | 0 | 0.13 | 0.20 | 171.29 | 0.85 | 0.43 |
| Hex | 11 | CB | B0 | 5C | 0 | D | 14 | AB | 55 | 2B |
| Octal | 21 | 313 | 260 | 134 | 0 | 15 | 24 | 253 | 125 | 53 |
| Binary | 10001 | 11001011 | 10110000 | 1011100 | 0 | 1101 | 10100 | 10101011 | 1010101 | 101011 |
Color Harmonies of #11CBB0
Complementary color
Monochromatic Colors of #11CBB0
Black with #11CBB0
Text Example
Text Example
White with #11CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBB0; }
p { color: rgb(17,203,176); }
H1.HeaderClassName
{
color: #11CBB0;
}
.AnyTagClassName
{
color: #11CBB0;
}
</style>
background-color css
<style>
a { background-color: #11CBB0; }
a { background-color: rgb(17,203,176); }
div.DivClassName
{
background-color: #11CBB0;
}
.BgClassName
{
background-color: #11CBB0;
}
</style>
border-color css
<style>
span { border-color: #11CBB0; }
span { border-color: rgb(17,203,176); }
td.TdClassName
{
border-color: #11CBB0;
}
.TagClassName
{
border-color: #11CBB0;
}
</style>