Shades of Caribbean Green #10C29F
Tints of Caribbean Green #10C29F
RGB
CMYK
RGB Variations
Color information
#10C29F (or 0x10C29F) is known color: Caribbean Green. HEX triplet: 10, C2 and 9F. RGB value is (16,194,159). Sum of RGB (Red+Green+Blue) = 16+194+159=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #10C29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C29F is #EF3D60. Grayscale: #888888. Windows color (decimal): -15678817 or 10469904. OLE color: 10469904.
HSL color Cylindrical-coordinate representation of color #10C29F: hue angle of 168.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C29F is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 159 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.24 |
| HSL | 168.2º | 0.85% | 0.41% | - |
| HSV(B) | 168.2º | 0.92% | 0.76% | - |
| XYZ | 25.76 | 41.2 | 39.39 | - |
| YUV | 136.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 159 | 0.92 | 0 | 0.18 | 0.24 | 168.2 | 0.85 | 0.41 |
| Hex | 10 | C2 | 9F | 5C | 0 | 12 | 18 | A8 | 55 | 29 |
| Octal | 20 | 302 | 237 | 134 | 0 | 22 | 30 | 250 | 125 | 51 |
| Binary | 10000 | 11000010 | 10011111 | 1011100 | 0 | 10010 | 11000 | 10101000 | 1010101 | 101001 |
Color Harmonies of #10C29F
Complementary color
Monochromatic Colors of #10C29F
Black with #10C29F
Text Example
Text Example
White with #10C29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C29F; }
p { color: rgb(16,194,159); }
H1.HeaderClassName
{
color: #10C29F;
}
.AnyTagClassName
{
color: #10C29F;
}
</style>
background-color css
<style>
a { background-color: #10C29F; }
a { background-color: rgb(16,194,159); }
div.DivClassName
{
background-color: #10C29F;
}
.BgClassName
{
background-color: #10C29F;
}
</style>
border-color css
<style>
span { border-color: #10C29F; }
span { border-color: rgb(16,194,159); }
td.TdClassName
{
border-color: #10C29F;
}
.TagClassName
{
border-color: #10C29F;
}
</style>