Shades of Caribbean Green #11CDB0
Tints of Caribbean Green #11CDB0
RGB
CMYK
RGB Variations
Color information
#11CDB0 (or 0x11CDB0) is known color: Caribbean Green. HEX triplet: 11, CD and B0. RGB value is (17,205,176). Sum of RGB (Red+Green+Blue) = 17+205+176=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDB0 is #EE324F. Grayscale: #919191. Windows color (decimal): -15610448 or 11586833. OLE color: 11586833.
HSL color Cylindrical-coordinate representation of color #11CDB0: hue angle of 170.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDB0 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 176 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.20 |
| HSL | 170.74º | 0.85% | 0.44% | - |
| HSV(B) | 170.74º | 0.92% | 0.8% | - |
| XYZ | 29.9 | 46.92 | 48.55 | - |
| YUV | 145.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 176 | 0.92 | 0 | 0.14 | 0.20 | 170.74 | 0.85 | 0.44 |
| Hex | 11 | CD | B0 | 5C | 0 | E | 14 | AB | 55 | 2C |
| Octal | 21 | 315 | 260 | 134 | 0 | 16 | 24 | 253 | 125 | 54 |
| Binary | 10001 | 11001101 | 10110000 | 1011100 | 0 | 1110 | 10100 | 10101011 | 1010101 | 101100 |
Color Harmonies of #11CDB0
Complementary color
Monochromatic Colors of #11CDB0
Black with #11CDB0
Text Example
Text Example
White with #11CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDB0; }
p { color: rgb(17,205,176); }
H1.HeaderClassName
{
color: #11CDB0;
}
.AnyTagClassName
{
color: #11CDB0;
}
</style>
background-color css
<style>
a { background-color: #11CDB0; }
a { background-color: rgb(17,205,176); }
div.DivClassName
{
background-color: #11CDB0;
}
.BgClassName
{
background-color: #11CDB0;
}
</style>
border-color css
<style>
span { border-color: #11CDB0; }
span { border-color: rgb(17,205,176); }
td.TdClassName
{
border-color: #11CDB0;
}
.TagClassName
{
border-color: #11CDB0;
}
</style>