Shades of Caribbean Green #10D29D
Tints of Caribbean Green #10D29D
RGB
CMYK
RGB Variations
Color information
#10D29D (or 0x10D29D) is known color: Caribbean Green. HEX triplet: 10, D2 and 9D. RGB value is (16,210,157). Sum of RGB (Red+Green+Blue) = 16+210+157=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #10D29D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D29D is #EF2D62. Grayscale: #919191. Windows color (decimal): -15674723 or 10342928. OLE color: 10342928.
HSL color Cylindrical-coordinate representation of color #10D29D: hue angle of 163.61º 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 #10D29D is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 157 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.18 |
| HSL | 163.61º | 0.86% | 0.44% | - |
| HSV(B) | 163.61º | 0.92% | 0.82% | - |
| XYZ | 29.35 | 48.64 | 39.74 | - |
| YUV | 145.95 | 134.23 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 157 | 0.92 | 0 | 0.25 | 0.18 | 163.61 | 0.86 | 0.44 |
| Hex | 10 | D2 | 9D | 5C | 0 | 19 | 12 | A4 | 56 | 2C |
| Octal | 20 | 322 | 235 | 134 | 0 | 31 | 22 | 244 | 126 | 54 |
| Binary | 10000 | 11010010 | 10011101 | 1011100 | 0 | 11001 | 10010 | 10100100 | 1010110 | 101100 |
Color Harmonies of #10D29D
Complementary color
Monochromatic Colors of #10D29D
Black with #10D29D
Text Example
Text Example
White with #10D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D29D; }
p { color: rgb(16,210,157); }
H1.HeaderClassName
{
color: #10D29D;
}
.AnyTagClassName
{
color: #10D29D;
}
</style>
background-color css
<style>
a { background-color: #10D29D; }
a { background-color: rgb(16,210,157); }
div.DivClassName
{
background-color: #10D29D;
}
.BgClassName
{
background-color: #10D29D;
}
</style>
border-color css
<style>
span { border-color: #10D29D; }
span { border-color: rgb(16,210,157); }
td.TdClassName
{
border-color: #10D29D;
}
.TagClassName
{
border-color: #10D29D;
}
</style>