Shades of Caribbean Green #10D189
Tints of Caribbean Green #10D189
RGB
CMYK
RGB Variations
Color information
#10D189 (or 0x10D189) is known color: Caribbean Green. HEX triplet: 10, D1 and 89. RGB value is (16,209,137). Sum of RGB (Red+Green+Blue) = 16+209+137=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #10D189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D189 is #EF2E76. Grayscale: #8F8F8F. Windows color (decimal): -15674999 or 9031952. OLE color: 9031952.
HSL color Cylindrical-coordinate representation of color #10D189: hue angle of 157.62º 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 #10D189 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 137 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.18 |
| HSL | 157.62º | 0.86% | 0.44% | - |
| HSV(B) | 157.62º | 0.92% | 0.82% | - |
| XYZ | 27.53 | 47.52 | 31.39 | - |
| YUV | 143.09 | 124.56 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 137 | 0.92 | 0 | 0.34 | 0.18 | 157.62 | 0.86 | 0.44 |
| Hex | 10 | D1 | 89 | 5C | 0 | 22 | 12 | 9E | 56 | 2C |
| Octal | 20 | 321 | 211 | 134 | 0 | 42 | 22 | 236 | 126 | 54 |
| Binary | 10000 | 11010001 | 10001001 | 1011100 | 0 | 100010 | 10010 | 10011110 | 1010110 | 101100 |
Color Harmonies of #10D189
Complementary color
Monochromatic Colors of #10D189
Black with #10D189
Text Example
Text Example
White with #10D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D189; }
p { color: rgb(16,209,137); }
H1.HeaderClassName
{
color: #10D189;
}
.AnyTagClassName
{
color: #10D189;
}
</style>
background-color css
<style>
a { background-color: #10D189; }
a { background-color: rgb(16,209,137); }
div.DivClassName
{
background-color: #10D189;
}
.BgClassName
{
background-color: #10D189;
}
</style>
border-color css
<style>
span { border-color: #10D189; }
span { border-color: rgb(16,209,137); }
td.TdClassName
{
border-color: #10D189;
}
.TagClassName
{
border-color: #10D189;
}
</style>