Shades of Caribbean Green #10D89B
Tints of Caribbean Green #10D89B
RGB
CMYK
RGB Variations
Color information
#10D89B (or 0x10D89B) is known color: Caribbean Green. HEX triplet: 10, D8 and 9B. RGB value is (16,216,155). Sum of RGB (Red+Green+Blue) = 16+216+155=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #10D89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D89B is #EF2764. Grayscale: #959595. Windows color (decimal): -15673189 or 10213392. OLE color: 10213392.
HSL color Cylindrical-coordinate representation of color #10D89B: hue angle of 161.7º 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 #10D89B is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 155 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.15 |
| HSL | 161.7º | 0.86% | 0.45% | - |
| HSV(B) | 161.7º | 0.93% | 0.85% | - |
| XYZ | 30.69 | 51.59 | 39.35 | - |
| YUV | 149.25 | 131.24 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 155 | 0.93 | 0 | 0.28 | 0.15 | 161.7 | 0.86 | 0.45 |
| Hex | 10 | D8 | 9B | 5D | 0 | 1C | F | A2 | 56 | 2D |
| Octal | 20 | 330 | 233 | 135 | 0 | 34 | 17 | 242 | 126 | 55 |
| Binary | 10000 | 11011000 | 10011011 | 1011101 | 0 | 11100 | 1111 | 10100010 | 1010110 | 101101 |
Color Harmonies of #10D89B
Complementary color
Monochromatic Colors of #10D89B
Black with #10D89B
Text Example
Text Example
White with #10D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D89B; }
p { color: rgb(16,216,155); }
H1.HeaderClassName
{
color: #10D89B;
}
.AnyTagClassName
{
color: #10D89B;
}
</style>
background-color css
<style>
a { background-color: #10D89B; }
a { background-color: rgb(16,216,155); }
div.DivClassName
{
background-color: #10D89B;
}
.BgClassName
{
background-color: #10D89B;
}
</style>
border-color css
<style>
span { border-color: #10D89B; }
span { border-color: rgb(16,216,155); }
td.TdClassName
{
border-color: #10D89B;
}
.TagClassName
{
border-color: #10D89B;
}
</style>