Shades of Caribbean Green #10CD8C
Tints of Caribbean Green #10CD8C
RGB
CMYK
RGB Variations
Color information
#10CD8C (or 0x10CD8C) is known color: Caribbean Green. HEX triplet: 10, CD and 8C. RGB value is (16,205,140). Sum of RGB (Red+Green+Blue) = 16+205+140=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CD8C is #EF3273. Grayscale: #8D8D8D. Windows color (decimal): -15676020 or 9227536. OLE color: 9227536.
HSL color Cylindrical-coordinate representation of color #10CD8C: hue angle of 159.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CD8C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 140 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.20 |
| HSL | 159.37º | 0.86% | 0.43% | - |
| HSV(B) | 159.37º | 0.92% | 0.8% | - |
| XYZ | 26.78 | 45.67 | 32.21 | - |
| YUV | 141.08 | 127.38 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 140 | 0.92 | 0 | 0.32 | 0.20 | 159.37 | 0.86 | 0.43 |
| Hex | 10 | CD | 8C | 5C | 0 | 20 | 14 | 9F | 56 | 2B |
| Octal | 20 | 315 | 214 | 134 | 0 | 40 | 24 | 237 | 126 | 53 |
| Binary | 10000 | 11001101 | 10001100 | 1011100 | 0 | 100000 | 10100 | 10011111 | 1010110 | 101011 |
Color Harmonies of #10CD8C
Complementary color
Monochromatic Colors of #10CD8C
Black with #10CD8C
Text Example
Text Example
White with #10CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CD8C; }
p { color: rgb(16,205,140); }
H1.HeaderClassName
{
color: #10CD8C;
}
.AnyTagClassName
{
color: #10CD8C;
}
</style>
background-color css
<style>
a { background-color: #10CD8C; }
a { background-color: rgb(16,205,140); }
div.DivClassName
{
background-color: #10CD8C;
}
.BgClassName
{
background-color: #10CD8C;
}
</style>
border-color css
<style>
span { border-color: #10CD8C; }
span { border-color: rgb(16,205,140); }
td.TdClassName
{
border-color: #10CD8C;
}
.TagClassName
{
border-color: #10CD8C;
}
</style>