Shades of Caribbean Green #10CE8C
Tints of Caribbean Green #10CE8C
RGB
CMYK
RGB Variations
Color information
#10CE8C (or 0x10CE8C) is known color: Caribbean Green. HEX triplet: 10, CE and 8C. RGB value is (16,206,140). Sum of RGB (Red+Green+Blue) = 16+206+140=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CE8C is #EF3173. Grayscale: #8D8D8D. Windows color (decimal): -15675764 or 9227792. OLE color: 9227792.
HSL color Cylindrical-coordinate representation of color #10CE8C: hue angle of 159.16º 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 #10CE8C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 140 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.19 |
| HSL | 159.16º | 0.86% | 0.44% | - |
| HSV(B) | 159.16º | 0.92% | 0.81% | - |
| XYZ | 27.02 | 46.15 | 32.29 | - |
| YUV | 141.67 | 127.05 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 140 | 0.92 | 0 | 0.32 | 0.19 | 159.16 | 0.86 | 0.44 |
| Hex | 10 | CE | 8C | 5C | 0 | 20 | 13 | 9F | 56 | 2C |
| Octal | 20 | 316 | 214 | 134 | 0 | 40 | 23 | 237 | 126 | 54 |
| Binary | 10000 | 11001110 | 10001100 | 1011100 | 0 | 100000 | 10011 | 10011111 | 1010110 | 101100 |
Color Harmonies of #10CE8C
Complementary color
Monochromatic Colors of #10CE8C
Black with #10CE8C
Text Example
Text Example
White with #10CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE8C; }
p { color: rgb(16,206,140); }
H1.HeaderClassName
{
color: #10CE8C;
}
.AnyTagClassName
{
color: #10CE8C;
}
</style>
background-color css
<style>
a { background-color: #10CE8C; }
a { background-color: rgb(16,206,140); }
div.DivClassName
{
background-color: #10CE8C;
}
.BgClassName
{
background-color: #10CE8C;
}
</style>
border-color css
<style>
span { border-color: #10CE8C; }
span { border-color: rgb(16,206,140); }
td.TdClassName
{
border-color: #10CE8C;
}
.TagClassName
{
border-color: #10CE8C;
}
</style>