Shades of Caribbean Green #10D18A
Tints of Caribbean Green #10D18A
RGB
CMYK
RGB Variations
Color information
#10D18A (or 0x10D18A) is known color: Caribbean Green. HEX triplet: 10, D1 and 8A. RGB value is (16,209,138). Sum of RGB (Red+Green+Blue) = 16+209+138=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #10D18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D18A is #EF2E75. Grayscale: #8F8F8F. Windows color (decimal): -15674998 or 9097488. OLE color: 9097488.
HSL color Cylindrical-coordinate representation of color #10D18A: hue angle of 157.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D18A is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 138 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.18 |
| HSL | 157.93º | 0.86% | 0.44% | - |
| HSV(B) | 157.93º | 0.92% | 0.82% | - |
| XYZ | 27.6 | 47.55 | 31.77 | - |
| YUV | 143.2 | 125.06 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 138 | 0.92 | 0 | 0.34 | 0.18 | 157.93 | 0.86 | 0.44 |
| Hex | 10 | D1 | 8A | 5C | 0 | 22 | 12 | 9E | 56 | 2C |
| Octal | 20 | 321 | 212 | 134 | 0 | 42 | 22 | 236 | 126 | 54 |
| Binary | 10000 | 11010001 | 10001010 | 1011100 | 0 | 100010 | 10010 | 10011110 | 1010110 | 101100 |
Color Harmonies of #10D18A
Complementary color
Monochromatic Colors of #10D18A
Black with #10D18A
Text Example
Text Example
White with #10D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D18A; }
p { color: rgb(16,209,138); }
H1.HeaderClassName
{
color: #10D18A;
}
.AnyTagClassName
{
color: #10D18A;
}
</style>
background-color css
<style>
a { background-color: #10D18A; }
a { background-color: rgb(16,209,138); }
div.DivClassName
{
background-color: #10D18A;
}
.BgClassName
{
background-color: #10D18A;
}
</style>
border-color css
<style>
span { border-color: #10D18A; }
span { border-color: rgb(16,209,138); }
td.TdClassName
{
border-color: #10D18A;
}
.TagClassName
{
border-color: #10D18A;
}
</style>