Shades of Java #2C8B90
Tints of Java #2C8B90
RGB
CMYK
RGB Variations
Color information
#2C8B90 (or 0x2C8B90) is known color: Java. HEX triplet: 2C, 8B and 90. RGB value is (44,139,144). Sum of RGB (Red+Green+Blue) = 44+139+144=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C8B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8B90 is #D3746F. Grayscale: #6F6F6F. Windows color (decimal): -13857904 or 9472812. OLE color: 9472812.
HSL color Cylindrical-coordinate representation of color #2C8B90: hue angle of 183º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8B90 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 139 | 144 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.44 |
| HSL | 183º | 0.53% | 0.37% | - |
| HSV(B) | 183º | 0.69% | 0.56% | - |
| XYZ | 15.31 | 21.01 | 29.64 | - |
| YUV | 111.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 144 | 0.69 | 0.03 | 0 | 0.44 | 183 | 0.53 | 0.37 |
| Hex | 2C | 8B | 90 | 45 | 3 | 0 | 2C | B7 | 35 | 25 |
| Octal | 54 | 213 | 220 | 105 | 3 | 0 | 54 | 267 | 65 | 45 |
| Binary | 101100 | 10001011 | 10010000 | 1000101 | 11 | 0 | 101100 | 10110111 | 110101 | 100101 |
Color Harmonies of #2C8B90
Complementary color
Monochromatic Colors of #2C8B90
Black with #2C8B90
Text Example
Text Example
White with #2C8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B90; }
p { color: rgb(44,139,144); }
H1.HeaderClassName
{
color: #2C8B90;
}
.AnyTagClassName
{
color: #2C8B90;
}
</style>
background-color css
<style>
a { background-color: #2C8B90; }
a { background-color: rgb(44,139,144); }
div.DivClassName
{
background-color: #2C8B90;
}
.BgClassName
{
background-color: #2C8B90;
}
</style>
border-color css
<style>
span { border-color: #2C8B90; }
span { border-color: rgb(44,139,144); }
td.TdClassName
{
border-color: #2C8B90;
}
.TagClassName
{
border-color: #2C8B90;
}
</style>