Shades of Caribbean Green #10D090
Tints of Caribbean Green #10D090
RGB
CMYK
RGB Variations
Color information
#10D090 (or 0x10D090) is known color: Caribbean Green. HEX triplet: 10, D0 and 90. RGB value is (16,208,144). Sum of RGB (Red+Green+Blue) = 16+208+144=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #10D090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D090 is #EF2F6F. Grayscale: #8F8F8F. Windows color (decimal): -15675248 or 9490448. OLE color: 9490448.
HSL color Cylindrical-coordinate representation of color #10D090: hue angle of 160º 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 #10D090 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 144 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.18 |
| HSL | 160º | 0.86% | 0.44% | - |
| HSV(B) | 160º | 0.92% | 0.82% | - |
| XYZ | 27.8 | 47.24 | 34.04 | - |
| YUV | 143.3 | 128.39 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 144 | 0.92 | 0 | 0.31 | 0.18 | 160 | 0.86 | 0.44 |
| Hex | 10 | D0 | 90 | 5C | 0 | 1F | 12 | A0 | 56 | 2C |
| Octal | 20 | 320 | 220 | 134 | 0 | 37 | 22 | 240 | 126 | 54 |
| Binary | 10000 | 11010000 | 10010000 | 1011100 | 0 | 11111 | 10010 | 10100000 | 1010110 | 101100 |
Color Harmonies of #10D090
Complementary color
Monochromatic Colors of #10D090
Black with #10D090
Text Example
Text Example
White with #10D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D090; }
p { color: rgb(16,208,144); }
H1.HeaderClassName
{
color: #10D090;
}
.AnyTagClassName
{
color: #10D090;
}
</style>
background-color css
<style>
a { background-color: #10D090; }
a { background-color: rgb(16,208,144); }
div.DivClassName
{
background-color: #10D090;
}
.BgClassName
{
background-color: #10D090;
}
</style>
border-color css
<style>
span { border-color: #10D090; }
span { border-color: rgb(16,208,144); }
td.TdClassName
{
border-color: #10D090;
}
.TagClassName
{
border-color: #10D090;
}
</style>