Shades of Caribbean Green #10D890
Tints of Caribbean Green #10D890
RGB
CMYK
RGB Variations
Color information
#10D890 (or 0x10D890) is known color: Caribbean Green. HEX triplet: 10, D8 and 90. RGB value is (16,216,144). Sum of RGB (Red+Green+Blue) = 16+216+144=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #10D890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D890 is #EF276F. Grayscale: #949494. Windows color (decimal): -15673200 or 9492496. OLE color: 9492496.
HSL color Cylindrical-coordinate representation of color #10D890: hue angle of 158.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D890 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 144 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.15 |
| HSL | 158.4º | 0.86% | 0.45% | - |
| HSV(B) | 158.4º | 0.93% | 0.85% | - |
| XYZ | 29.8 | 51.24 | 34.7 | - |
| YUV | 147.99 | 125.74 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 144 | 0.93 | 0 | 0.33 | 0.15 | 158.4 | 0.86 | 0.45 |
| Hex | 10 | D8 | 90 | 5D | 0 | 21 | F | 9E | 56 | 2D |
| Octal | 20 | 330 | 220 | 135 | 0 | 41 | 17 | 236 | 126 | 55 |
| Binary | 10000 | 11011000 | 10010000 | 1011101 | 0 | 100001 | 1111 | 10011110 | 1010110 | 101101 |
Color Harmonies of #10D890
Complementary color
Monochromatic Colors of #10D890
Black with #10D890
Text Example
Text Example
White with #10D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D890; }
p { color: rgb(16,216,144); }
H1.HeaderClassName
{
color: #10D890;
}
.AnyTagClassName
{
color: #10D890;
}
</style>
background-color css
<style>
a { background-color: #10D890; }
a { background-color: rgb(16,216,144); }
div.DivClassName
{
background-color: #10D890;
}
.BgClassName
{
background-color: #10D890;
}
</style>
border-color css
<style>
span { border-color: #10D890; }
span { border-color: rgb(16,216,144); }
td.TdClassName
{
border-color: #10D890;
}
.TagClassName
{
border-color: #10D890;
}
</style>