Shades of Java #2A998C
Tints of Java #2A998C
RGB
CMYK
RGB Variations
Color information
#2A998C (or 0x2A998C) is known color: Java. HEX triplet: 2A, 99 and 8C. RGB value is (42,153,140). Sum of RGB (Red+Green+Blue) = 42+153+140=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #2A998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A998C is #D56673. Grayscale: #767676. Windows color (decimal): -13985396 or 9214250. OLE color: 9214250.
HSL color Cylindrical-coordinate representation of color #2A998C: hue angle of 172.97º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A998C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 140 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.4 |
| HSL | 172.97º | 0.57% | 0.38% | - |
| HSV(B) | 172.97º | 0.73% | 0.6% | - |
| XYZ | 17.08 | 25.17 | 28.77 | - |
| YUV | 118.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 140 | 0.73 | 0 | 0.08 | 0.4 | 172.97 | 0.57 | 0.38 |
| Hex | 2A | 99 | 8C | 49 | 0 | 8 | 28 | AD | 39 | 26 |
| Octal | 52 | 231 | 214 | 111 | 0 | 10 | 50 | 255 | 71 | 46 |
| Binary | 101010 | 10011001 | 10001100 | 1001001 | 0 | 1000 | 101000 | 10101101 | 111001 | 100110 |
Color Harmonies of #2A998C
Complementary color
Monochromatic Colors of #2A998C
Black with #2A998C
Text Example
Text Example
White with #2A998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A998C; }
p { color: rgb(42,153,140); }
H1.HeaderClassName
{
color: #2A998C;
}
.AnyTagClassName
{
color: #2A998C;
}
</style>
background-color css
<style>
a { background-color: #2A998C; }
a { background-color: rgb(42,153,140); }
div.DivClassName
{
background-color: #2A998C;
}
.BgClassName
{
background-color: #2A998C;
}
</style>
border-color css
<style>
span { border-color: #2A998C; }
span { border-color: rgb(42,153,140); }
td.TdClassName
{
border-color: #2A998C;
}
.TagClassName
{
border-color: #2A998C;
}
</style>