Shades of Caribbean Green #10E09D
Tints of Caribbean Green #10E09D
RGB
CMYK
RGB Variations
Color information
#10E09D (or 0x10E09D) is known color: Caribbean Green. HEX triplet: 10, E0 and 9D. RGB value is (16,224,157). Sum of RGB (Red+Green+Blue) = 16+224+157=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #10E09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E09D is #EF1F62. Grayscale: #9A9A9A. Windows color (decimal): -15671139 or 10346512. OLE color: 10346512.
HSL color Cylindrical-coordinate representation of color #10E09D: hue angle of 160.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E09D is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 157 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.12 |
| HSL | 160.67º | 0.87% | 0.47% | - |
| HSV(B) | 160.67º | 0.93% | 0.88% | - |
| XYZ | 32.96 | 55.86 | 40.94 | - |
| YUV | 154.17 | 129.59 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 157 | 0.93 | 0 | 0.30 | 0.12 | 160.67 | 0.87 | 0.47 |
| Hex | 10 | E0 | 9D | 5D | 0 | 1E | C | A1 | 57 | 2F |
| Octal | 20 | 340 | 235 | 135 | 0 | 36 | 14 | 241 | 127 | 57 |
| Binary | 10000 | 11100000 | 10011101 | 1011101 | 0 | 11110 | 1100 | 10100001 | 1010111 | 101111 |
Color Harmonies of #10E09D
Complementary color
Monochromatic Colors of #10E09D
Black with #10E09D
Text Example
Text Example
White with #10E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E09D; }
p { color: rgb(16,224,157); }
H1.HeaderClassName
{
color: #10E09D;
}
.AnyTagClassName
{
color: #10E09D;
}
</style>
background-color css
<style>
a { background-color: #10E09D; }
a { background-color: rgb(16,224,157); }
div.DivClassName
{
background-color: #10E09D;
}
.BgClassName
{
background-color: #10E09D;
}
</style>
border-color css
<style>
span { border-color: #10E09D; }
span { border-color: rgb(16,224,157); }
td.TdClassName
{
border-color: #10E09D;
}
.TagClassName
{
border-color: #10E09D;
}
</style>