Shades of Caribbean Green #10D390
Tints of Caribbean Green #10D390
RGB
CMYK
RGB Variations
Color information
#10D390 (or 0x10D390) is known color: Caribbean Green. HEX triplet: 10, D3 and 90. RGB value is (16,211,144). Sum of RGB (Red+Green+Blue) = 16+211+144=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #10D390 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D390 is #EF2C6F. Grayscale: #919191. Windows color (decimal): -15674480 or 9491216. OLE color: 9491216.
HSL color Cylindrical-coordinate representation of color #10D390: hue angle of 159.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D390 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 211 | 144 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.17 |
| HSL | 159.38º | 0.86% | 0.45% | - |
| HSV(B) | 159.38º | 0.92% | 0.83% | - |
| XYZ | 28.54 | 48.71 | 34.28 | - |
| YUV | 145.06 | 127.4 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 144 | 0.92 | 0 | 0.32 | 0.17 | 159.38 | 0.86 | 0.45 |
| Hex | 10 | D3 | 90 | 5C | 0 | 20 | 11 | 9F | 56 | 2D |
| Octal | 20 | 323 | 220 | 134 | 0 | 40 | 21 | 237 | 126 | 55 |
| Binary | 10000 | 11010011 | 10010000 | 1011100 | 0 | 100000 | 10001 | 10011111 | 1010110 | 101101 |
Color Harmonies of #10D390
Complementary color
Monochromatic Colors of #10D390
Black with #10D390
Text Example
Text Example
White with #10D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D390; }
p { color: rgb(16,211,144); }
H1.HeaderClassName
{
color: #10D390;
}
.AnyTagClassName
{
color: #10D390;
}
</style>
background-color css
<style>
a { background-color: #10D390; }
a { background-color: rgb(16,211,144); }
div.DivClassName
{
background-color: #10D390;
}
.BgClassName
{
background-color: #10D390;
}
</style>
border-color css
<style>
span { border-color: #10D390; }
span { border-color: rgb(16,211,144); }
td.TdClassName
{
border-color: #10D390;
}
.TagClassName
{
border-color: #10D390;
}
</style>