Shades of Java #2C8E8A
Tints of Java #2C8E8A
RGB
CMYK
RGB Variations
Color information
#2C8E8A (or 0x2C8E8A) is known color: Java. HEX triplet: 2C, 8E and 8A. RGB value is (44,142,138). Sum of RGB (Red+Green+Blue) = 44+142+138=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8E8A is #D37175. Grayscale: #707070. Windows color (decimal): -13857142 or 9080364. OLE color: 9080364.
HSL color Cylindrical-coordinate representation of color #2C8E8A: hue angle of 177.55º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E8A is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 138 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.44 |
| HSL | 177.55º | 0.53% | 0.36% | - |
| HSV(B) | 177.55º | 0.69% | 0.56% | - |
| XYZ | 15.3 | 21.72 | 27.43 | - |
| YUV | 112.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 138 | 0.69 | 0 | 0.03 | 0.44 | 177.55 | 0.53 | 0.36 |
| Hex | 2C | 8E | 8A | 45 | 0 | 3 | 2C | B2 | 35 | 24 |
| Octal | 54 | 216 | 212 | 105 | 0 | 3 | 54 | 262 | 65 | 44 |
| Binary | 101100 | 10001110 | 10001010 | 1000101 | 0 | 11 | 101100 | 10110010 | 110101 | 100100 |
Color Harmonies of #2C8E8A
Complementary color
Monochromatic Colors of #2C8E8A
Black with #2C8E8A
Text Example
Text Example
White with #2C8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E8A; }
p { color: rgb(44,142,138); }
H1.HeaderClassName
{
color: #2C8E8A;
}
.AnyTagClassName
{
color: #2C8E8A;
}
</style>
background-color css
<style>
a { background-color: #2C8E8A; }
a { background-color: rgb(44,142,138); }
div.DivClassName
{
background-color: #2C8E8A;
}
.BgClassName
{
background-color: #2C8E8A;
}
</style>
border-color css
<style>
span { border-color: #2C8E8A; }
span { border-color: rgb(44,142,138); }
td.TdClassName
{
border-color: #2C8E8A;
}
.TagClassName
{
border-color: #2C8E8A;
}
</style>