Shades of Caribbean Green #10D7B1
Tints of Caribbean Green #10D7B1
RGB
CMYK
RGB Variations
Color information
#10D7B1 (or 0x10D7B1) is known color: Caribbean Green. HEX triplet: 10, D7 and B1. RGB value is (16,215,177). Sum of RGB (Red+Green+Blue) = 16+215+177=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #10D7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D7B1 is #EF284E. Grayscale: #979797. Windows color (decimal): -15673423 or 11654928. OLE color: 11654928.
HSL color Cylindrical-coordinate representation of color #10D7B1: hue angle of 168.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D7B1 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 177 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.16 |
| HSL | 168.54º | 0.86% | 0.45% | - |
| HSV(B) | 168.54º | 0.93% | 0.84% | - |
| XYZ | 32.45 | 51.89 | 49.9 | - |
| YUV | 151.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 177 | 0.93 | 0 | 0.18 | 0.16 | 168.54 | 0.86 | 0.45 |
| Hex | 10 | D7 | B1 | 5D | 0 | 12 | 10 | A9 | 56 | 2D |
| Octal | 20 | 327 | 261 | 135 | 0 | 22 | 20 | 251 | 126 | 55 |
| Binary | 10000 | 11010111 | 10110001 | 1011101 | 0 | 10010 | 10000 | 10101001 | 1010110 | 101101 |
Color Harmonies of #10D7B1
Complementary color
Monochromatic Colors of #10D7B1
Black with #10D7B1
Text Example
Text Example
White with #10D7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D7B1; }
p { color: rgb(16,215,177); }
H1.HeaderClassName
{
color: #10D7B1;
}
.AnyTagClassName
{
color: #10D7B1;
}
</style>
background-color css
<style>
a { background-color: #10D7B1; }
a { background-color: rgb(16,215,177); }
div.DivClassName
{
background-color: #10D7B1;
}
.BgClassName
{
background-color: #10D7B1;
}
</style>
border-color css
<style>
span { border-color: #10D7B1; }
span { border-color: rgb(16,215,177); }
td.TdClassName
{
border-color: #10D7B1;
}
.TagClassName
{
border-color: #10D7B1;
}
</style>