Shades of Caribbean Green #10C196
Tints of Caribbean Green #10C196
RGB
CMYK
RGB Variations
Color information
#10C196 (or 0x10C196) is known color: Caribbean Green. HEX triplet: 10, C1 and 96. RGB value is (16,193,150). Sum of RGB (Red+Green+Blue) = 16+193+150=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #10C196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C196 is #EF3E69. Grayscale: #878787. Windows color (decimal): -15679082 or 9879824. OLE color: 9879824.
HSL color Cylindrical-coordinate representation of color #10C196: hue angle of 165.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C196 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 150 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.24 |
| HSL | 165.42º | 0.85% | 0.41% | - |
| HSV(B) | 165.42º | 0.92% | 0.76% | - |
| XYZ | 24.79 | 40.45 | 35.36 | - |
| YUV | 135.18 | 136.36 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 150 | 0.92 | 0 | 0.22 | 0.24 | 165.42 | 0.85 | 0.41 |
| Hex | 10 | C1 | 96 | 5C | 0 | 16 | 18 | A5 | 55 | 29 |
| Octal | 20 | 301 | 226 | 134 | 0 | 26 | 30 | 245 | 125 | 51 |
| Binary | 10000 | 11000001 | 10010110 | 1011100 | 0 | 10110 | 11000 | 10100101 | 1010101 | 101001 |
Color Harmonies of #10C196
Complementary color
Monochromatic Colors of #10C196
Black with #10C196
Text Example
Text Example
White with #10C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C196; }
p { color: rgb(16,193,150); }
H1.HeaderClassName
{
color: #10C196;
}
.AnyTagClassName
{
color: #10C196;
}
</style>
background-color css
<style>
a { background-color: #10C196; }
a { background-color: rgb(16,193,150); }
div.DivClassName
{
background-color: #10C196;
}
.BgClassName
{
background-color: #10C196;
}
</style>
border-color css
<style>
span { border-color: #10C196; }
span { border-color: rgb(16,193,150); }
td.TdClassName
{
border-color: #10C196;
}
.TagClassName
{
border-color: #10C196;
}
</style>