Shades of Caribbean Green #10C095
Tints of Caribbean Green #10C095
RGB
CMYK
RGB Variations
Color information
#10C095 (or 0x10C095) is known color: Caribbean Green. HEX triplet: 10, C0 and 95. RGB value is (16,192,149). Sum of RGB (Red+Green+Blue) = 16+192+149=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #10C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C095 is #EF3F6A. Grayscale: #868686. Windows color (decimal): -15679339 or 9814032. OLE color: 9814032.
HSL color Cylindrical-coordinate representation of color #10C095: hue angle of 165.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C095 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 149 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.25 |
| HSL | 165.34º | 0.85% | 0.41% | - |
| HSV(B) | 165.34º | 0.92% | 0.75% | - |
| XYZ | 24.49 | 39.98 | 34.86 | - |
| YUV | 134.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 149 | 0.92 | 0 | 0.22 | 0.25 | 165.34 | 0.85 | 0.41 |
| Hex | 10 | C0 | 95 | 5C | 0 | 16 | 19 | A5 | 55 | 29 |
| Octal | 20 | 300 | 225 | 134 | 0 | 26 | 31 | 245 | 125 | 51 |
| Binary | 10000 | 11000000 | 10010101 | 1011100 | 0 | 10110 | 11001 | 10100101 | 1010101 | 101001 |
Color Harmonies of #10C095
Complementary color
Monochromatic Colors of #10C095
Black with #10C095
Text Example
Text Example
White with #10C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C095; }
p { color: rgb(16,192,149); }
H1.HeaderClassName
{
color: #10C095;
}
.AnyTagClassName
{
color: #10C095;
}
</style>
background-color css
<style>
a { background-color: #10C095; }
a { background-color: rgb(16,192,149); }
div.DivClassName
{
background-color: #10C095;
}
.BgClassName
{
background-color: #10C095;
}
</style>
border-color css
<style>
span { border-color: #10C095; }
span { border-color: rgb(16,192,149); }
td.TdClassName
{
border-color: #10C095;
}
.TagClassName
{
border-color: #10C095;
}
</style>