Shades of Caribbean Green #10C098
Tints of Caribbean Green #10C098
RGB
CMYK
RGB Variations
Color information
#10C098 (or 0x10C098) is known color: Caribbean Green. HEX triplet: 10, C0 and 98. RGB value is (16,192,152). Sum of RGB (Red+Green+Blue) = 16+192+152=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #10C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C098 is #EF3F67. Grayscale: #868686. Windows color (decimal): -15679336 or 10010640. OLE color: 10010640.
HSL color Cylindrical-coordinate representation of color #10C098: hue angle of 166.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C098 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 152 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.25 |
| HSL | 166.36º | 0.85% | 0.41% | - |
| HSV(B) | 166.36º | 0.92% | 0.75% | - |
| XYZ | 24.73 | 40.08 | 36.14 | - |
| YUV | 134.82 | 137.69 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 152 | 0.92 | 0 | 0.21 | 0.25 | 166.36 | 0.85 | 0.41 |
| Hex | 10 | C0 | 98 | 5C | 0 | 15 | 19 | A6 | 55 | 29 |
| Octal | 20 | 300 | 230 | 134 | 0 | 25 | 31 | 246 | 125 | 51 |
| Binary | 10000 | 11000000 | 10011000 | 1011100 | 0 | 10101 | 11001 | 10100110 | 1010101 | 101001 |
Color Harmonies of #10C098
Complementary color
Monochromatic Colors of #10C098
Black with #10C098
Text Example
Text Example
White with #10C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C098; }
p { color: rgb(16,192,152); }
H1.HeaderClassName
{
color: #10C098;
}
.AnyTagClassName
{
color: #10C098;
}
</style>
background-color css
<style>
a { background-color: #10C098; }
a { background-color: rgb(16,192,152); }
div.DivClassName
{
background-color: #10C098;
}
.BgClassName
{
background-color: #10C098;
}
</style>
border-color css
<style>
span { border-color: #10C098; }
span { border-color: rgb(16,192,152); }
td.TdClassName
{
border-color: #10C098;
}
.TagClassName
{
border-color: #10C098;
}
</style>