Shades of Java #2C9798
Tints of Java #2C9798
RGB
CMYK
RGB Variations
Color information
#2C9798 (or 0x2C9798) is known color: Java. HEX triplet: 2C, 97 and 98. RGB value is (44,151,152). Sum of RGB (Red+Green+Blue) = 44+151+152=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C9798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9798 is #D36867. Grayscale: #777777. Windows color (decimal): -13854824 or 10000172. OLE color: 10000172.
HSL color Cylindrical-coordinate representation of color #2C9798: hue angle of 180.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9798 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 151 | 152 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.40 |
| HSL | 180.56º | 0.55% | 0.38% | - |
| HSV(B) | 180.56º | 0.71% | 0.6% | - |
| XYZ | 17.77 | 24.94 | 33.58 | - |
| YUV | 119.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 152 | 0.71 | 0.01 | 0 | 0.40 | 180.56 | 0.55 | 0.38 |
| Hex | 2C | 97 | 98 | 47 | 1 | 0 | 28 | B5 | 37 | 26 |
| Octal | 54 | 227 | 230 | 107 | 1 | 0 | 50 | 265 | 67 | 46 |
| Binary | 101100 | 10010111 | 10011000 | 1000111 | 1 | 0 | 101000 | 10110101 | 110111 | 100110 |
Color Harmonies of #2C9798
Complementary color
Monochromatic Colors of #2C9798
Black with #2C9798
Text Example
Text Example
White with #2C9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9798; }
p { color: rgb(44,151,152); }
H1.HeaderClassName
{
color: #2C9798;
}
.AnyTagClassName
{
color: #2C9798;
}
</style>
background-color css
<style>
a { background-color: #2C9798; }
a { background-color: rgb(44,151,152); }
div.DivClassName
{
background-color: #2C9798;
}
.BgClassName
{
background-color: #2C9798;
}
</style>
border-color css
<style>
span { border-color: #2C9798; }
span { border-color: rgb(44,151,152); }
td.TdClassName
{
border-color: #2C9798;
}
.TagClassName
{
border-color: #2C9798;
}
</style>