Shades of Caribbean Green #10D59B
Tints of Caribbean Green #10D59B
RGB
CMYK
RGB Variations
Color information
#10D59B (or 0x10D59B) is known color: Caribbean Green. HEX triplet: 10, D5 and 9B. RGB value is (16,213,155). Sum of RGB (Red+Green+Blue) = 16+213+155=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #10D59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D59B is #EF2A64. Grayscale: #939393. Windows color (decimal): -15673957 or 10212624. OLE color: 10212624.
HSL color Cylindrical-coordinate representation of color #10D59B: hue angle of 162.34º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D59B is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 155 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.16 |
| HSL | 162.34º | 0.86% | 0.45% | - |
| HSV(B) | 162.34º | 0.92% | 0.84% | - |
| XYZ | 29.92 | 50.07 | 39.1 | - |
| YUV | 147.49 | 132.23 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 155 | 0.92 | 0 | 0.27 | 0.16 | 162.34 | 0.86 | 0.45 |
| Hex | 10 | D5 | 9B | 5C | 0 | 1B | 10 | A2 | 56 | 2D |
| Octal | 20 | 325 | 233 | 134 | 0 | 33 | 20 | 242 | 126 | 55 |
| Binary | 10000 | 11010101 | 10011011 | 1011100 | 0 | 11011 | 10000 | 10100010 | 1010110 | 101101 |
Color Harmonies of #10D59B
Complementary color
Monochromatic Colors of #10D59B
Black with #10D59B
Text Example
Text Example
White with #10D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D59B; }
p { color: rgb(16,213,155); }
H1.HeaderClassName
{
color: #10D59B;
}
.AnyTagClassName
{
color: #10D59B;
}
</style>
background-color css
<style>
a { background-color: #10D59B; }
a { background-color: rgb(16,213,155); }
div.DivClassName
{
background-color: #10D59B;
}
.BgClassName
{
background-color: #10D59B;
}
</style>
border-color css
<style>
span { border-color: #10D59B; }
span { border-color: rgb(16,213,155); }
td.TdClassName
{
border-color: #10D59B;
}
.TagClassName
{
border-color: #10D59B;
}
</style>