Shades of Caribbean Green #10C391
Tints of Caribbean Green #10C391
RGB
CMYK
RGB Variations
Color information
#10C391 (or 0x10C391) is known color: Caribbean Green. HEX triplet: 10, C3 and 91. RGB value is (16,195,145). Sum of RGB (Red+Green+Blue) = 16+195+145=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #10C391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C391 is #EF3C6E. Grayscale: #878787. Windows color (decimal): -15678575 or 9552656. OLE color: 9552656.
HSL color Cylindrical-coordinate representation of color #10C391: hue angle of 163.24º 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 #10C391 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 145 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.24 |
| HSL | 163.24º | 0.85% | 0.41% | - |
| HSV(B) | 163.24º | 0.92% | 0.76% | - |
| XYZ | 24.84 | 41.18 | 33.43 | - |
| YUV | 135.78 | 133.2 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 145 | 0.92 | 0 | 0.26 | 0.24 | 163.24 | 0.85 | 0.41 |
| Hex | 10 | C3 | 91 | 5C | 0 | 1A | 18 | A3 | 55 | 29 |
| Octal | 20 | 303 | 221 | 134 | 0 | 32 | 30 | 243 | 125 | 51 |
| Binary | 10000 | 11000011 | 10010001 | 1011100 | 0 | 11010 | 11000 | 10100011 | 1010101 | 101001 |
Color Harmonies of #10C391
Complementary color
Monochromatic Colors of #10C391
Black with #10C391
Text Example
Text Example
White with #10C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C391; }
p { color: rgb(16,195,145); }
H1.HeaderClassName
{
color: #10C391;
}
.AnyTagClassName
{
color: #10C391;
}
</style>
background-color css
<style>
a { background-color: #10C391; }
a { background-color: rgb(16,195,145); }
div.DivClassName
{
background-color: #10C391;
}
.BgClassName
{
background-color: #10C391;
}
</style>
border-color css
<style>
span { border-color: #10C391; }
span { border-color: rgb(16,195,145); }
td.TdClassName
{
border-color: #10C391;
}
.TagClassName
{
border-color: #10C391;
}
</style>