Shades of Caribbean Green #10D08B
Tints of Caribbean Green #10D08B
RGB
CMYK
RGB Variations
Color information
#10D08B (or 0x10D08B) is known color: Caribbean Green. HEX triplet: 10, D0 and 8B. RGB value is (16,208,139). Sum of RGB (Red+Green+Blue) = 16+208+139=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #10D08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D08B is #EF2F74. Grayscale: #8E8E8E. Windows color (decimal): -15675253 or 9162768. OLE color: 9162768.
HSL color Cylindrical-coordinate representation of color #10D08B: hue angle of 158.44º 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 #10D08B is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 139 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.18 |
| HSL | 158.44º | 0.86% | 0.44% | - |
| HSV(B) | 158.44º | 0.92% | 0.82% | - |
| XYZ | 27.43 | 47.09 | 32.07 | - |
| YUV | 142.73 | 125.89 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 139 | 0.92 | 0 | 0.33 | 0.18 | 158.44 | 0.86 | 0.44 |
| Hex | 10 | D0 | 8B | 5C | 0 | 21 | 12 | 9E | 56 | 2C |
| Octal | 20 | 320 | 213 | 134 | 0 | 41 | 22 | 236 | 126 | 54 |
| Binary | 10000 | 11010000 | 10001011 | 1011100 | 0 | 100001 | 10010 | 10011110 | 1010110 | 101100 |
Color Harmonies of #10D08B
Complementary color
Monochromatic Colors of #10D08B
Black with #10D08B
Text Example
Text Example
White with #10D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D08B; }
p { color: rgb(16,208,139); }
H1.HeaderClassName
{
color: #10D08B;
}
.AnyTagClassName
{
color: #10D08B;
}
</style>
background-color css
<style>
a { background-color: #10D08B; }
a { background-color: rgb(16,208,139); }
div.DivClassName
{
background-color: #10D08B;
}
.BgClassName
{
background-color: #10D08B;
}
</style>
border-color css
<style>
span { border-color: #10D08B; }
span { border-color: rgb(16,208,139); }
td.TdClassName
{
border-color: #10D08B;
}
.TagClassName
{
border-color: #10D08B;
}
</style>