Shades of Caribbean Green #10DA93
Tints of Caribbean Green #10DA93
RGB
CMYK
RGB Variations
Color information
#10DA93 (or 0x10DA93) is known color: Caribbean Green. HEX triplet: 10, DA and 93. RGB value is (16,218,147). Sum of RGB (Red+Green+Blue) = 16+218+147=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DA93 is #EF256C. Grayscale: #959595. Windows color (decimal): -15672685 or 9689616. OLE color: 9689616.
HSL color Cylindrical-coordinate representation of color #10DA93: hue angle of 158.91º 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 #10DA93 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 147 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.15 |
| HSL | 158.91º | 0.86% | 0.46% | - |
| HSV(B) | 158.91º | 0.93% | 0.85% | - |
| XYZ | 30.55 | 52.36 | 36.1 | - |
| YUV | 149.51 | 126.58 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 147 | 0.93 | 0 | 0.33 | 0.15 | 158.91 | 0.86 | 0.46 |
| Hex | 10 | DA | 93 | 5D | 0 | 21 | F | 9F | 56 | 2E |
| Octal | 20 | 332 | 223 | 135 | 0 | 41 | 17 | 237 | 126 | 56 |
| Binary | 10000 | 11011010 | 10010011 | 1011101 | 0 | 100001 | 1111 | 10011111 | 1010110 | 101110 |
Color Harmonies of #10DA93
Complementary color
Monochromatic Colors of #10DA93
Black with #10DA93
Text Example
Text Example
White with #10DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA93; }
p { color: rgb(16,218,147); }
H1.HeaderClassName
{
color: #10DA93;
}
.AnyTagClassName
{
color: #10DA93;
}
</style>
background-color css
<style>
a { background-color: #10DA93; }
a { background-color: rgb(16,218,147); }
div.DivClassName
{
background-color: #10DA93;
}
.BgClassName
{
background-color: #10DA93;
}
</style>
border-color css
<style>
span { border-color: #10DA93; }
span { border-color: rgb(16,218,147); }
td.TdClassName
{
border-color: #10DA93;
}
.TagClassName
{
border-color: #10DA93;
}
</style>