Shades of Caribbean Green #11CDA4
Tints of Caribbean Green #11CDA4
RGB
CMYK
RGB Variations
Color information
#11CDA4 (or 0x11CDA4) is known color: Caribbean Green. HEX triplet: 11, CD and A4. RGB value is (17,205,164). Sum of RGB (Red+Green+Blue) = 17+205+164=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDA4 is #EE325B. Grayscale: #909090. Windows color (decimal): -15610460 or 10800401. OLE color: 10800401.
HSL color Cylindrical-coordinate representation of color #11CDA4: hue angle of 166.91º 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 #11CDA4 is Cyan = 0.92, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 164 | - |
| CMYK | 0.92 | 0 | 0.2 | 0.20 |
| HSL | 166.91º | 0.85% | 0.44% | - |
| HSV(B) | 166.91º | 0.92% | 0.8% | - |
| XYZ | 28.76 | 46.46 | 42.57 | - |
| YUV | 144.11 | 139.22 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 164 | 0.92 | 0 | 0.2 | 0.20 | 166.91 | 0.85 | 0.44 |
| Hex | 11 | CD | A4 | 5C | 0 | 14 | 14 | A7 | 55 | 2C |
| Octal | 21 | 315 | 244 | 134 | 0 | 24 | 24 | 247 | 125 | 54 |
| Binary | 10001 | 11001101 | 10100100 | 1011100 | 0 | 10100 | 10100 | 10100111 | 1010101 | 101100 |
Color Harmonies of #11CDA4
Complementary color
Monochromatic Colors of #11CDA4
Black with #11CDA4
Text Example
Text Example
White with #11CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDA4; }
p { color: rgb(17,205,164); }
H1.HeaderClassName
{
color: #11CDA4;
}
.AnyTagClassName
{
color: #11CDA4;
}
</style>
background-color css
<style>
a { background-color: #11CDA4; }
a { background-color: rgb(17,205,164); }
div.DivClassName
{
background-color: #11CDA4;
}
.BgClassName
{
background-color: #11CDA4;
}
</style>
border-color css
<style>
span { border-color: #11CDA4; }
span { border-color: rgb(17,205,164); }
td.TdClassName
{
border-color: #11CDA4;
}
.TagClassName
{
border-color: #11CDA4;
}
</style>