Shades of Caribbean Green #10DA83
Tints of Caribbean Green #10DA83
RGB
CMYK
RGB Variations
Color information
#10DA83 (or 0x10DA83) is known color: Caribbean Green. HEX triplet: 10, DA and 83. RGB value is (16,218,131). Sum of RGB (Red+Green+Blue) = 16+218+131=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DA83 is #EF257C. Grayscale: #939393. Windows color (decimal): -15672701 or 8641040. OLE color: 8641040.
HSL color Cylindrical-coordinate representation of color #10DA83: hue angle of 154.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA83 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 131 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.15 |
| HSL | 154.16º | 0.86% | 0.46% | - |
| HSV(B) | 154.16º | 0.93% | 0.85% | - |
| XYZ | 29.38 | 51.89 | 29.94 | - |
| YUV | 147.68 | 118.58 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 131 | 0.93 | 0 | 0.40 | 0.15 | 154.16 | 0.86 | 0.46 |
| Hex | 10 | DA | 83 | 5D | 0 | 28 | F | 9A | 56 | 2E |
| Octal | 20 | 332 | 203 | 135 | 0 | 50 | 17 | 232 | 126 | 56 |
| Binary | 10000 | 11011010 | 10000011 | 1011101 | 0 | 101000 | 1111 | 10011010 | 1010110 | 101110 |
Color Harmonies of #10DA83
Complementary color
Monochromatic Colors of #10DA83
Black with #10DA83
Text Example
Text Example
White with #10DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA83; }
p { color: rgb(16,218,131); }
H1.HeaderClassName
{
color: #10DA83;
}
.AnyTagClassName
{
color: #10DA83;
}
</style>
background-color css
<style>
a { background-color: #10DA83; }
a { background-color: rgb(16,218,131); }
div.DivClassName
{
background-color: #10DA83;
}
.BgClassName
{
background-color: #10DA83;
}
</style>
border-color css
<style>
span { border-color: #10DA83; }
span { border-color: rgb(16,218,131); }
td.TdClassName
{
border-color: #10DA83;
}
.TagClassName
{
border-color: #10DA83;
}
</style>