Shades of Caribbean Green #10C094
Tints of Caribbean Green #10C094
RGB
CMYK
RGB Variations
Color information
#10C094 (or 0x10C094) is known color: Caribbean Green. HEX triplet: 10, C0 and 94. RGB value is (16,192,148). Sum of RGB (Red+Green+Blue) = 16+192+148=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #10C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C094 is #EF3F6B. Grayscale: #868686. Windows color (decimal): -15679340 or 9748496. OLE color: 9748496.
HSL color Cylindrical-coordinate representation of color #10C094: hue angle of 165º 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 #10C094 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 148 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.25 |
| HSL | 165º | 0.85% | 0.41% | - |
| HSV(B) | 165º | 0.92% | 0.75% | - |
| XYZ | 24.41 | 39.95 | 34.44 | - |
| YUV | 134.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 148 | 0.92 | 0 | 0.23 | 0.25 | 165 | 0.85 | 0.41 |
| Hex | 10 | C0 | 94 | 5C | 0 | 17 | 19 | A5 | 55 | 29 |
| Octal | 20 | 300 | 224 | 134 | 0 | 27 | 31 | 245 | 125 | 51 |
| Binary | 10000 | 11000000 | 10010100 | 1011100 | 0 | 10111 | 11001 | 10100101 | 1010101 | 101001 |
Color Harmonies of #10C094
Complementary color
Monochromatic Colors of #10C094
Black with #10C094
Text Example
Text Example
White with #10C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C094; }
p { color: rgb(16,192,148); }
H1.HeaderClassName
{
color: #10C094;
}
.AnyTagClassName
{
color: #10C094;
}
</style>
background-color css
<style>
a { background-color: #10C094; }
a { background-color: rgb(16,192,148); }
div.DivClassName
{
background-color: #10C094;
}
.BgClassName
{
background-color: #10C094;
}
</style>
border-color css
<style>
span { border-color: #10C094; }
span { border-color: rgb(16,192,148); }
td.TdClassName
{
border-color: #10C094;
}
.TagClassName
{
border-color: #10C094;
}
</style>