Shades of Caribbean Green #10C49B
Tints of Caribbean Green #10C49B
RGB
CMYK
RGB Variations
Color information
#10C49B (or 0x10C49B) is known color: Caribbean Green. HEX triplet: 10, C4 and 9B. RGB value is (16,196,155). Sum of RGB (Red+Green+Blue) = 16+196+155=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #10C49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C49B is #EF3B64. Grayscale: #898989. Windows color (decimal): -15678309 or 10208272. OLE color: 10208272.
HSL color Cylindrical-coordinate representation of color #10C49B: hue angle of 166.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C49B is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 155 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.23 |
| HSL | 166.33º | 0.85% | 0.42% | - |
| HSV(B) | 166.33º | 0.92% | 0.77% | - |
| XYZ | 25.87 | 41.96 | 37.75 | - |
| YUV | 137.51 | 137.87 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 155 | 0.92 | 0 | 0.21 | 0.23 | 166.33 | 0.85 | 0.42 |
| Hex | 10 | C4 | 9B | 5C | 0 | 15 | 17 | A6 | 55 | 2A |
| Octal | 20 | 304 | 233 | 134 | 0 | 25 | 27 | 246 | 125 | 52 |
| Binary | 10000 | 11000100 | 10011011 | 1011100 | 0 | 10101 | 10111 | 10100110 | 1010101 | 101010 |
Color Harmonies of #10C49B
Complementary color
Monochromatic Colors of #10C49B
Black with #10C49B
Text Example
Text Example
White with #10C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C49B; }
p { color: rgb(16,196,155); }
H1.HeaderClassName
{
color: #10C49B;
}
.AnyTagClassName
{
color: #10C49B;
}
</style>
background-color css
<style>
a { background-color: #10C49B; }
a { background-color: rgb(16,196,155); }
div.DivClassName
{
background-color: #10C49B;
}
.BgClassName
{
background-color: #10C49B;
}
</style>
border-color css
<style>
span { border-color: #10C49B; }
span { border-color: rgb(16,196,155); }
td.TdClassName
{
border-color: #10C49B;
}
.TagClassName
{
border-color: #10C49B;
}
</style>