Shades of Caribbean Green #10CA98
Tints of Caribbean Green #10CA98
RGB
CMYK
RGB Variations
Color information
#10CA98 (or 0x10CA98) is known color: Caribbean Green. HEX triplet: 10, CA and 98. RGB value is (16,202,152). Sum of RGB (Red+Green+Blue) = 16+202+152=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CA98 is #EF3567. Grayscale: #8C8C8C. Windows color (decimal): -15676776 or 10013200. OLE color: 10013200.
HSL color Cylindrical-coordinate representation of color #10CA98: hue angle of 163.87º 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 #10CA98 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 152 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.21 |
| HSL | 163.87º | 0.85% | 0.43% | - |
| HSV(B) | 163.87º | 0.92% | 0.79% | - |
| XYZ | 27 | 44.62 | 36.89 | - |
| YUV | 140.69 | 134.38 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 152 | 0.92 | 0 | 0.25 | 0.21 | 163.87 | 0.85 | 0.43 |
| Hex | 10 | CA | 98 | 5C | 0 | 19 | 15 | A4 | 55 | 2B |
| Octal | 20 | 312 | 230 | 134 | 0 | 31 | 25 | 244 | 125 | 53 |
| Binary | 10000 | 11001010 | 10011000 | 1011100 | 0 | 11001 | 10101 | 10100100 | 1010101 | 101011 |
Color Harmonies of #10CA98
Complementary color
Monochromatic Colors of #10CA98
Black with #10CA98
Text Example
Text Example
White with #10CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA98; }
p { color: rgb(16,202,152); }
H1.HeaderClassName
{
color: #10CA98;
}
.AnyTagClassName
{
color: #10CA98;
}
</style>
background-color css
<style>
a { background-color: #10CA98; }
a { background-color: rgb(16,202,152); }
div.DivClassName
{
background-color: #10CA98;
}
.BgClassName
{
background-color: #10CA98;
}
</style>
border-color css
<style>
span { border-color: #10CA98; }
span { border-color: rgb(16,202,152); }
td.TdClassName
{
border-color: #10CA98;
}
.TagClassName
{
border-color: #10CA98;
}
</style>