Shades of Caribbean Green #10C398
Tints of Caribbean Green #10C398
RGB
CMYK
RGB Variations
Color information
#10C398 (or 0x10C398) is known color: Caribbean Green. HEX triplet: 10, C3 and 98. RGB value is (16,195,152). Sum of RGB (Red+Green+Blue) = 16+195+152=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #10C398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C398 is #EF3C67. Grayscale: #888888. Windows color (decimal): -15678568 or 10011408. OLE color: 10011408.
HSL color Cylindrical-coordinate representation of color #10C398: hue angle of 165.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C398 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 152 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.24 |
| HSL | 165.59º | 0.85% | 0.41% | - |
| HSV(B) | 165.59º | 0.92% | 0.76% | - |
| XYZ | 25.4 | 41.41 | 36.36 | - |
| YUV | 136.58 | 136.7 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 152 | 0.92 | 0 | 0.22 | 0.24 | 165.59 | 0.85 | 0.41 |
| Hex | 10 | C3 | 98 | 5C | 0 | 16 | 18 | A6 | 55 | 29 |
| Octal | 20 | 303 | 230 | 134 | 0 | 26 | 30 | 246 | 125 | 51 |
| Binary | 10000 | 11000011 | 10011000 | 1011100 | 0 | 10110 | 11000 | 10100110 | 1010101 | 101001 |
Color Harmonies of #10C398
Complementary color
Monochromatic Colors of #10C398
Black with #10C398
Text Example
Text Example
White with #10C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C398; }
p { color: rgb(16,195,152); }
H1.HeaderClassName
{
color: #10C398;
}
.AnyTagClassName
{
color: #10C398;
}
</style>
background-color css
<style>
a { background-color: #10C398; }
a { background-color: rgb(16,195,152); }
div.DivClassName
{
background-color: #10C398;
}
.BgClassName
{
background-color: #10C398;
}
</style>
border-color css
<style>
span { border-color: #10C398; }
span { border-color: rgb(16,195,152); }
td.TdClassName
{
border-color: #10C398;
}
.TagClassName
{
border-color: #10C398;
}
</style>