Shades of Caribbean Green #10C890
Tints of Caribbean Green #10C890
RGB
CMYK
RGB Variations
Color information
#10C890 (or 0x10C890) is known color: Caribbean Green. HEX triplet: 10, C8 and 90. RGB value is (16,200,144). Sum of RGB (Red+Green+Blue) = 16+200+144=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #10C890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C890 is #EF376F. Grayscale: #8A8A8A. Windows color (decimal): -15677296 or 9488400. OLE color: 9488400.
HSL color Cylindrical-coordinate representation of color #10C890: hue angle of 161.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C890 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 144 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.22 |
| HSL | 161.74º | 0.85% | 0.42% | - |
| HSV(B) | 161.74º | 0.92% | 0.78% | - |
| XYZ | 25.9 | 43.43 | 33.4 | - |
| YUV | 138.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 144 | 0.92 | 0 | 0.28 | 0.22 | 161.74 | 0.85 | 0.42 |
| Hex | 10 | C8 | 90 | 5C | 0 | 1C | 16 | A2 | 55 | 2A |
| Octal | 20 | 310 | 220 | 134 | 0 | 34 | 26 | 242 | 125 | 52 |
| Binary | 10000 | 11001000 | 10010000 | 1011100 | 0 | 11100 | 10110 | 10100010 | 1010101 | 101010 |
Color Harmonies of #10C890
Complementary color
Monochromatic Colors of #10C890
Black with #10C890
Text Example
Text Example
White with #10C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C890; }
p { color: rgb(16,200,144); }
H1.HeaderClassName
{
color: #10C890;
}
.AnyTagClassName
{
color: #10C890;
}
</style>
background-color css
<style>
a { background-color: #10C890; }
a { background-color: rgb(16,200,144); }
div.DivClassName
{
background-color: #10C890;
}
.BgClassName
{
background-color: #10C890;
}
</style>
border-color css
<style>
span { border-color: #10C890; }
span { border-color: rgb(16,200,144); }
td.TdClassName
{
border-color: #10C890;
}
.TagClassName
{
border-color: #10C890;
}
</style>