Shades of Caribbean Green #10D182
Tints of Caribbean Green #10D182
RGB
CMYK
RGB Variations
Color information
#10D182 (or 0x10D182) is known color: Caribbean Green. HEX triplet: 10, D1 and 82. RGB value is (16,209,130). Sum of RGB (Red+Green+Blue) = 16+209+130=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #10D182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D182 is #EF2E7D. Grayscale: #8E8E8E. Windows color (decimal): -15675006 or 8573200. OLE color: 8573200.
HSL color Cylindrical-coordinate representation of color #10D182: hue angle of 155.44º 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 #10D182 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 130 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.18 |
| HSL | 155.44º | 0.86% | 0.44% | - |
| HSV(B) | 155.44º | 0.92% | 0.82% | - |
| XYZ | 27.04 | 47.32 | 28.83 | - |
| YUV | 142.29 | 121.06 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 130 | 0.92 | 0 | 0.38 | 0.18 | 155.44 | 0.86 | 0.44 |
| Hex | 10 | D1 | 82 | 5C | 0 | 26 | 12 | 9B | 56 | 2C |
| Octal | 20 | 321 | 202 | 134 | 0 | 46 | 22 | 233 | 126 | 54 |
| Binary | 10000 | 11010001 | 10000010 | 1011100 | 0 | 100110 | 10010 | 10011011 | 1010110 | 101100 |
Color Harmonies of #10D182
Complementary color
Monochromatic Colors of #10D182
Black with #10D182
Text Example
Text Example
White with #10D182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D182; }
p { color: rgb(16,209,130); }
H1.HeaderClassName
{
color: #10D182;
}
.AnyTagClassName
{
color: #10D182;
}
</style>
background-color css
<style>
a { background-color: #10D182; }
a { background-color: rgb(16,209,130); }
div.DivClassName
{
background-color: #10D182;
}
.BgClassName
{
background-color: #10D182;
}
</style>
border-color css
<style>
span { border-color: #10D182; }
span { border-color: rgb(16,209,130); }
td.TdClassName
{
border-color: #10D182;
}
.TagClassName
{
border-color: #10D182;
}
</style>