Shades of Caribbean Green #10C98A
Tints of Caribbean Green #10C98A
RGB
CMYK
RGB Variations
Color information
#10C98A (or 0x10C98A) is known color: Caribbean Green. HEX triplet: 10, C9 and 8A. RGB value is (16,201,138). Sum of RGB (Red+Green+Blue) = 16+201+138=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #10C98A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C98A is #EF3675. Grayscale: #8A8A8A. Windows color (decimal): -15677046 or 9095440. OLE color: 9095440.
HSL color Cylindrical-coordinate representation of color #10C98A: hue angle of 159.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C98A is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 138 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.21 |
| HSL | 159.57º | 0.85% | 0.43% | - |
| HSV(B) | 159.57º | 0.92% | 0.79% | - |
| XYZ | 25.69 | 43.72 | 31.13 | - |
| YUV | 138.5 | 127.71 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 138 | 0.92 | 0 | 0.31 | 0.21 | 159.57 | 0.85 | 0.43 |
| Hex | 10 | C9 | 8A | 5C | 0 | 1F | 15 | A0 | 55 | 2B |
| Octal | 20 | 311 | 212 | 134 | 0 | 37 | 25 | 240 | 125 | 53 |
| Binary | 10000 | 11001001 | 10001010 | 1011100 | 0 | 11111 | 10101 | 10100000 | 1010101 | 101011 |
Color Harmonies of #10C98A
Complementary color
Monochromatic Colors of #10C98A
Black with #10C98A
Text Example
Text Example
White with #10C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C98A; }
p { color: rgb(16,201,138); }
H1.HeaderClassName
{
color: #10C98A;
}
.AnyTagClassName
{
color: #10C98A;
}
</style>
background-color css
<style>
a { background-color: #10C98A; }
a { background-color: rgb(16,201,138); }
div.DivClassName
{
background-color: #10C98A;
}
.BgClassName
{
background-color: #10C98A;
}
</style>
border-color css
<style>
span { border-color: #10C98A; }
span { border-color: rgb(16,201,138); }
td.TdClassName
{
border-color: #10C98A;
}
.TagClassName
{
border-color: #10C98A;
}
</style>