Shades of Java #2C9496
Tints of Java #2C9496
RGB
CMYK
RGB Variations
Color information
#2C9496 (or 0x2C9496) is known color: Java. HEX triplet: 2C, 94 and 96. RGB value is (44,148,150). Sum of RGB (Red+Green+Blue) = 44+148+150=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C9496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9496 is #D36B69. Grayscale: #757575. Windows color (decimal): -13855594 or 9868332. OLE color: 9868332.
HSL color Cylindrical-coordinate representation of color #2C9496: hue angle of 181.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9496 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 148 | 150 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.41 |
| HSL | 181.13º | 0.55% | 0.38% | - |
| HSV(B) | 181.13º | 0.71% | 0.59% | - |
| XYZ | 17.13 | 23.92 | 32.57 | - |
| YUV | 117.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 150 | 0.71 | 0.01 | 0 | 0.41 | 181.13 | 0.55 | 0.38 |
| Hex | 2C | 94 | 96 | 47 | 1 | 0 | 29 | B5 | 37 | 26 |
| Octal | 54 | 224 | 226 | 107 | 1 | 0 | 51 | 265 | 67 | 46 |
| Binary | 101100 | 10010100 | 10010110 | 1000111 | 1 | 0 | 101001 | 10110101 | 110111 | 100110 |
Color Harmonies of #2C9496
Complementary color
Monochromatic Colors of #2C9496
Black with #2C9496
Text Example
Text Example
White with #2C9496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9496; }
p { color: rgb(44,148,150); }
H1.HeaderClassName
{
color: #2C9496;
}
.AnyTagClassName
{
color: #2C9496;
}
</style>
background-color css
<style>
a { background-color: #2C9496; }
a { background-color: rgb(44,148,150); }
div.DivClassName
{
background-color: #2C9496;
}
.BgClassName
{
background-color: #2C9496;
}
</style>
border-color css
<style>
span { border-color: #2C9496; }
span { border-color: rgb(44,148,150); }
td.TdClassName
{
border-color: #2C9496;
}
.TagClassName
{
border-color: #2C9496;
}
</style>