Shades of Caribbean Green #10C3A0
Tints of Caribbean Green #10C3A0
RGB
CMYK
RGB Variations
Color information
#10C3A0 (or 0x10C3A0) is known color: Caribbean Green. HEX triplet: 10, C3 and A0. RGB value is (16,195,160). Sum of RGB (Red+Green+Blue) = 16+195+160=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #10C3A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C3A0 is #EF3C5F. Grayscale: #898989. Windows color (decimal): -15678560 or 10535696. OLE color: 10535696.
HSL color Cylindrical-coordinate representation of color #10C3A0: hue angle of 168.27º 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 #10C3A0 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 160 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.24 |
| HSL | 168.27º | 0.85% | 0.41% | - |
| HSV(B) | 168.27º | 0.92% | 0.76% | - |
| XYZ | 26.07 | 41.68 | 39.93 | - |
| YUV | 137.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 160 | 0.92 | 0 | 0.18 | 0.24 | 168.27 | 0.85 | 0.41 |
| Hex | 10 | C3 | A0 | 5C | 0 | 12 | 18 | A8 | 55 | 29 |
| Octal | 20 | 303 | 240 | 134 | 0 | 22 | 30 | 250 | 125 | 51 |
| Binary | 10000 | 11000011 | 10100000 | 1011100 | 0 | 10010 | 11000 | 10101000 | 1010101 | 101001 |
Color Harmonies of #10C3A0
Complementary color
Monochromatic Colors of #10C3A0
Black with #10C3A0
Text Example
Text Example
White with #10C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C3A0; }
p { color: rgb(16,195,160); }
H1.HeaderClassName
{
color: #10C3A0;
}
.AnyTagClassName
{
color: #10C3A0;
}
</style>
background-color css
<style>
a { background-color: #10C3A0; }
a { background-color: rgb(16,195,160); }
div.DivClassName
{
background-color: #10C3A0;
}
.BgClassName
{
background-color: #10C3A0;
}
</style>
border-color css
<style>
span { border-color: #10C3A0; }
span { border-color: rgb(16,195,160); }
td.TdClassName
{
border-color: #10C3A0;
}
.TagClassName
{
border-color: #10C3A0;
}
</style>