Shades of Caribbean Green #10D197
Tints of Caribbean Green #10D197
RGB
CMYK
RGB Variations
Color information
#10D197 (or 0x10D197) is known color: Caribbean Green. HEX triplet: 10, D1 and 97. RGB value is (16,209,151). Sum of RGB (Red+Green+Blue) = 16+209+151=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #10D197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D197 is #EF2E68. Grayscale: #909090. Windows color (decimal): -15674985 or 9949456. OLE color: 9949456.
HSL color Cylindrical-coordinate representation of color #10D197: hue angle of 161.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D197 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 151 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.18 |
| HSL | 161.97º | 0.86% | 0.44% | - |
| HSV(B) | 161.97º | 0.92% | 0.82% | - |
| XYZ | 28.6 | 47.95 | 37.03 | - |
| YUV | 144.68 | 131.56 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 151 | 0.92 | 0 | 0.28 | 0.18 | 161.97 | 0.86 | 0.44 |
| Hex | 10 | D1 | 97 | 5C | 0 | 1C | 12 | A2 | 56 | 2C |
| Octal | 20 | 321 | 227 | 134 | 0 | 34 | 22 | 242 | 126 | 54 |
| Binary | 10000 | 11010001 | 10010111 | 1011100 | 0 | 11100 | 10010 | 10100010 | 1010110 | 101100 |
Color Harmonies of #10D197
Complementary color
Monochromatic Colors of #10D197
Black with #10D197
Text Example
Text Example
White with #10D197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D197; }
p { color: rgb(16,209,151); }
H1.HeaderClassName
{
color: #10D197;
}
.AnyTagClassName
{
color: #10D197;
}
</style>
background-color css
<style>
a { background-color: #10D197; }
a { background-color: rgb(16,209,151); }
div.DivClassName
{
background-color: #10D197;
}
.BgClassName
{
background-color: #10D197;
}
</style>
border-color css
<style>
span { border-color: #10D197; }
span { border-color: rgb(16,209,151); }
td.TdClassName
{
border-color: #10D197;
}
.TagClassName
{
border-color: #10D197;
}
</style>