Shades of Java #2C999E
Tints of Java #2C999E
RGB
CMYK
RGB Variations
Color information
#2C999E (or 0x2C999E) is known color: Java. HEX triplet: 2C, 99 and 9E. RGB value is (44,153,158). Sum of RGB (Red+Green+Blue) = 44+153+158=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C999E is #D36661. Grayscale: #787878. Windows color (decimal): -13854306 or 10393900. OLE color: 10393900.
HSL color Cylindrical-coordinate representation of color #2C999E: hue angle of 182.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C999E is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 153 | 158 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.38 |
| HSL | 182.63º | 0.56% | 0.4% | - |
| HSV(B) | 182.63º | 0.72% | 0.62% | - |
| XYZ | 18.6 | 25.79 | 36.34 | - |
| YUV | 120.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 153 | 158 | 0.72 | 0.03 | 0 | 0.38 | 182.63 | 0.56 | 0.4 |
| Hex | 2C | 99 | 9E | 48 | 3 | 0 | 26 | B7 | 38 | 28 |
| Octal | 54 | 231 | 236 | 110 | 3 | 0 | 46 | 267 | 70 | 50 |
| Binary | 101100 | 10011001 | 10011110 | 1001000 | 11 | 0 | 100110 | 10110111 | 111000 | 101000 |
Color Harmonies of #2C999E
Complementary color
Monochromatic Colors of #2C999E
Black with #2C999E
Text Example
Text Example
White with #2C999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C999E; }
p { color: rgb(44,153,158); }
H1.HeaderClassName
{
color: #2C999E;
}
.AnyTagClassName
{
color: #2C999E;
}
</style>
background-color css
<style>
a { background-color: #2C999E; }
a { background-color: rgb(44,153,158); }
div.DivClassName
{
background-color: #2C999E;
}
.BgClassName
{
background-color: #2C999E;
}
</style>
border-color css
<style>
span { border-color: #2C999E; }
span { border-color: rgb(44,153,158); }
td.TdClassName
{
border-color: #2C999E;
}
.TagClassName
{
border-color: #2C999E;
}
</style>