Shades of Caribbean Green #10CE93
Tints of Caribbean Green #10CE93
RGB
CMYK
RGB Variations
Color information
#10CE93 (or 0x10CE93) is known color: Caribbean Green. HEX triplet: 10, CE and 93. RGB value is (16,206,147). Sum of RGB (Red+Green+Blue) = 16+206+147=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CE93 is #EF316C. Grayscale: #8E8E8E. Windows color (decimal): -15675757 or 9686544. OLE color: 9686544.
HSL color Cylindrical-coordinate representation of color #10CE93: hue angle of 161.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE93 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 147 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.19 |
| HSL | 161.37º | 0.86% | 0.44% | - |
| HSV(B) | 161.37º | 0.92% | 0.81% | - |
| XYZ | 27.55 | 46.36 | 35.1 | - |
| YUV | 142.46 | 130.55 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 147 | 0.92 | 0 | 0.29 | 0.19 | 161.37 | 0.86 | 0.44 |
| Hex | 10 | CE | 93 | 5C | 0 | 1D | 13 | A1 | 56 | 2C |
| Octal | 20 | 316 | 223 | 134 | 0 | 35 | 23 | 241 | 126 | 54 |
| Binary | 10000 | 11001110 | 10010011 | 1011100 | 0 | 11101 | 10011 | 10100001 | 1010110 | 101100 |
Color Harmonies of #10CE93
Complementary color
Monochromatic Colors of #10CE93
Black with #10CE93
Text Example
Text Example
White with #10CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE93; }
p { color: rgb(16,206,147); }
H1.HeaderClassName
{
color: #10CE93;
}
.AnyTagClassName
{
color: #10CE93;
}
</style>
background-color css
<style>
a { background-color: #10CE93; }
a { background-color: rgb(16,206,147); }
div.DivClassName
{
background-color: #10CE93;
}
.BgClassName
{
background-color: #10CE93;
}
</style>
border-color css
<style>
span { border-color: #10CE93; }
span { border-color: rgb(16,206,147); }
td.TdClassName
{
border-color: #10CE93;
}
.TagClassName
{
border-color: #10CE93;
}
</style>