Shades of Caribbean Green #10D09E
Tints of Caribbean Green #10D09E
RGB
CMYK
RGB Variations
Color information
#10D09E (or 0x10D09E) is known color: Caribbean Green. HEX triplet: 10, D0 and 9E. RGB value is (16,208,158). Sum of RGB (Red+Green+Blue) = 16+208+158=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #10D09E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D09E is #EF2F61. Grayscale: #909090. Windows color (decimal): -15675234 or 10407952. OLE color: 10407952.
HSL color Cylindrical-coordinate representation of color #10D09E: hue angle of 164.38º 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 #10D09E is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 158 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.18 |
| HSL | 164.38º | 0.86% | 0.44% | - |
| HSV(B) | 164.38º | 0.92% | 0.82% | - |
| XYZ | 28.94 | 47.69 | 40.03 | - |
| YUV | 144.89 | 135.39 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 158 | 0.92 | 0 | 0.24 | 0.18 | 164.38 | 0.86 | 0.44 |
| Hex | 10 | D0 | 9E | 5C | 0 | 18 | 12 | A4 | 56 | 2C |
| Octal | 20 | 320 | 236 | 134 | 0 | 30 | 22 | 244 | 126 | 54 |
| Binary | 10000 | 11010000 | 10011110 | 1011100 | 0 | 11000 | 10010 | 10100100 | 1010110 | 101100 |
Color Harmonies of #10D09E
Complementary color
Monochromatic Colors of #10D09E
Black with #10D09E
Text Example
Text Example
White with #10D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D09E; }
p { color: rgb(16,208,158); }
H1.HeaderClassName
{
color: #10D09E;
}
.AnyTagClassName
{
color: #10D09E;
}
</style>
background-color css
<style>
a { background-color: #10D09E; }
a { background-color: rgb(16,208,158); }
div.DivClassName
{
background-color: #10D09E;
}
.BgClassName
{
background-color: #10D09E;
}
</style>
border-color css
<style>
span { border-color: #10D09E; }
span { border-color: rgb(16,208,158); }
td.TdClassName
{
border-color: #10D09E;
}
.TagClassName
{
border-color: #10D09E;
}
</style>