Shades of Caribbean Green #10D198
Tints of Caribbean Green #10D198
RGB
CMYK
RGB Variations
Color information
#10D198 (or 0x10D198) is known color: Caribbean Green. HEX triplet: 10, D1 and 98. RGB value is (16,209,152). Sum of RGB (Red+Green+Blue) = 16+209+152=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #10D198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D198 is #EF2E67. Grayscale: #909090. Windows color (decimal): -15674984 or 10014992. OLE color: 10014992.
HSL color Cylindrical-coordinate representation of color #10D198: hue angle of 162.28º 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 #10D198 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 152 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.18 |
| HSL | 162.28º | 0.86% | 0.44% | - |
| HSV(B) | 162.28º | 0.92% | 0.82% | - |
| XYZ | 28.68 | 47.98 | 37.45 | - |
| YUV | 144.8 | 132.06 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 152 | 0.92 | 0 | 0.27 | 0.18 | 162.28 | 0.86 | 0.44 |
| Hex | 10 | D1 | 98 | 5C | 0 | 1B | 12 | A2 | 56 | 2C |
| Octal | 20 | 321 | 230 | 134 | 0 | 33 | 22 | 242 | 126 | 54 |
| Binary | 10000 | 11010001 | 10011000 | 1011100 | 0 | 11011 | 10010 | 10100010 | 1010110 | 101100 |
Color Harmonies of #10D198
Complementary color
Monochromatic Colors of #10D198
Black with #10D198
Text Example
Text Example
White with #10D198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D198; }
p { color: rgb(16,209,152); }
H1.HeaderClassName
{
color: #10D198;
}
.AnyTagClassName
{
color: #10D198;
}
</style>
background-color css
<style>
a { background-color: #10D198; }
a { background-color: rgb(16,209,152); }
div.DivClassName
{
background-color: #10D198;
}
.BgClassName
{
background-color: #10D198;
}
</style>
border-color css
<style>
span { border-color: #10D198; }
span { border-color: rgb(16,209,152); }
td.TdClassName
{
border-color: #10D198;
}
.TagClassName
{
border-color: #10D198;
}
</style>