Shades of Caribbean Green #10D192
Tints of Caribbean Green #10D192
RGB
CMYK
RGB Variations
Color information
#10D192 (or 0x10D192) is known color: Caribbean Green. HEX triplet: 10, D1 and 92. RGB value is (16,209,146). Sum of RGB (Red+Green+Blue) = 16+209+146=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #10D192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D192 is #EF2E6D. Grayscale: #909090. Windows color (decimal): -15674990 or 9621776. OLE color: 9621776.
HSL color Cylindrical-coordinate representation of color #10D192: hue angle of 160.41º 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 #10D192 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 146 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.18 |
| HSL | 160.41º | 0.86% | 0.44% | - |
| HSV(B) | 160.41º | 0.92% | 0.82% | - |
| XYZ | 28.2 | 47.79 | 34.93 | - |
| YUV | 144.11 | 129.06 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 146 | 0.92 | 0 | 0.30 | 0.18 | 160.41 | 0.86 | 0.44 |
| Hex | 10 | D1 | 92 | 5C | 0 | 1E | 12 | A0 | 56 | 2C |
| Octal | 20 | 321 | 222 | 134 | 0 | 36 | 22 | 240 | 126 | 54 |
| Binary | 10000 | 11010001 | 10010010 | 1011100 | 0 | 11110 | 10010 | 10100000 | 1010110 | 101100 |
Color Harmonies of #10D192
Complementary color
Monochromatic Colors of #10D192
Black with #10D192
Text Example
Text Example
White with #10D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D192; }
p { color: rgb(16,209,146); }
H1.HeaderClassName
{
color: #10D192;
}
.AnyTagClassName
{
color: #10D192;
}
</style>
background-color css
<style>
a { background-color: #10D192; }
a { background-color: rgb(16,209,146); }
div.DivClassName
{
background-color: #10D192;
}
.BgClassName
{
background-color: #10D192;
}
</style>
border-color css
<style>
span { border-color: #10D192; }
span { border-color: rgb(16,209,146); }
td.TdClassName
{
border-color: #10D192;
}
.TagClassName
{
border-color: #10D192;
}
</style>