Shades of Caribbean Green #10D68B
Tints of Caribbean Green #10D68B
RGB
CMYK
RGB Variations
Color information
#10D68B (or 0x10D68B) is known color: Caribbean Green. HEX triplet: 10, D6 and 8B. RGB value is (16,214,139). Sum of RGB (Red+Green+Blue) = 16+214+139=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #10D68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D68B is #EF2974. Grayscale: #929292. Windows color (decimal): -15673717 or 9164304. OLE color: 9164304.
HSL color Cylindrical-coordinate representation of color #10D68B: hue angle of 157.27º 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 #10D68B is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 139 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.16 |
| HSL | 157.27º | 0.86% | 0.45% | - |
| HSV(B) | 157.27º | 0.93% | 0.84% | - |
| XYZ | 28.92 | 50.07 | 32.57 | - |
| YUV | 146.25 | 123.9 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 139 | 0.93 | 0 | 0.35 | 0.16 | 157.27 | 0.86 | 0.45 |
| Hex | 10 | D6 | 8B | 5D | 0 | 23 | 10 | 9D | 56 | 2D |
| Octal | 20 | 326 | 213 | 135 | 0 | 43 | 20 | 235 | 126 | 55 |
| Binary | 10000 | 11010110 | 10001011 | 1011101 | 0 | 100011 | 10000 | 10011101 | 1010110 | 101101 |
Color Harmonies of #10D68B
Complementary color
Monochromatic Colors of #10D68B
Black with #10D68B
Text Example
Text Example
White with #10D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D68B; }
p { color: rgb(16,214,139); }
H1.HeaderClassName
{
color: #10D68B;
}
.AnyTagClassName
{
color: #10D68B;
}
</style>
background-color css
<style>
a { background-color: #10D68B; }
a { background-color: rgb(16,214,139); }
div.DivClassName
{
background-color: #10D68B;
}
.BgClassName
{
background-color: #10D68B;
}
</style>
border-color css
<style>
span { border-color: #10D68B; }
span { border-color: rgb(16,214,139); }
td.TdClassName
{
border-color: #10D68B;
}
.TagClassName
{
border-color: #10D68B;
}
</style>