Shades of Caribbean Green #10D89D
Tints of Caribbean Green #10D89D
RGB
CMYK
RGB Variations
Color information
#10D89D (or 0x10D89D) is known color: Caribbean Green. HEX triplet: 10, D8 and 9D. RGB value is (16,216,157). Sum of RGB (Red+Green+Blue) = 16+216+157=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #10D89D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D89D is #EF2762. Grayscale: #959595. Windows color (decimal): -15673187 or 10344464. OLE color: 10344464.
HSL color Cylindrical-coordinate representation of color #10D89D: hue angle of 162.3º 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 #10D89D is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 157 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.15 |
| HSL | 162.3º | 0.86% | 0.45% | - |
| HSV(B) | 162.3º | 0.93% | 0.85% | - |
| XYZ | 30.86 | 51.66 | 40.24 | - |
| YUV | 149.47 | 132.24 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 157 | 0.93 | 0 | 0.27 | 0.15 | 162.3 | 0.86 | 0.45 |
| Hex | 10 | D8 | 9D | 5D | 0 | 1B | F | A2 | 56 | 2D |
| Octal | 20 | 330 | 235 | 135 | 0 | 33 | 17 | 242 | 126 | 55 |
| Binary | 10000 | 11011000 | 10011101 | 1011101 | 0 | 11011 | 1111 | 10100010 | 1010110 | 101101 |
Color Harmonies of #10D89D
Complementary color
Monochromatic Colors of #10D89D
Black with #10D89D
Text Example
Text Example
White with #10D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D89D; }
p { color: rgb(16,216,157); }
H1.HeaderClassName
{
color: #10D89D;
}
.AnyTagClassName
{
color: #10D89D;
}
</style>
background-color css
<style>
a { background-color: #10D89D; }
a { background-color: rgb(16,216,157); }
div.DivClassName
{
background-color: #10D89D;
}
.BgClassName
{
background-color: #10D89D;
}
</style>
border-color css
<style>
span { border-color: #10D89D; }
span { border-color: rgb(16,216,157); }
td.TdClassName
{
border-color: #10D89D;
}
.TagClassName
{
border-color: #10D89D;
}
</style>