Shades of Java #2A9A8C
Tints of Java #2A9A8C
RGB
CMYK
RGB Variations
Color information
#2A9A8C (or 0x2A9A8C) is known color: Java. HEX triplet: 2A, 9A and 8C. RGB value is (42,154,140). Sum of RGB (Red+Green+Blue) = 42+154+140=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A8C is #D56573. Grayscale: #767676. Windows color (decimal): -13985140 or 9214506. OLE color: 9214506.
HSL color Cylindrical-coordinate representation of color #2A9A8C: hue angle of 172.5º 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 #2A9A8C is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 140 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.40 |
| HSL | 172.5º | 0.57% | 0.38% | - |
| HSV(B) | 172.5º | 0.73% | 0.6% | - |
| XYZ | 17.24 | 25.5 | 28.82 | - |
| YUV | 118.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 140 | 0.73 | 0 | 0.09 | 0.40 | 172.5 | 0.57 | 0.38 |
| Hex | 2A | 9A | 8C | 49 | 0 | 9 | 28 | AC | 39 | 26 |
| Octal | 52 | 232 | 214 | 111 | 0 | 11 | 50 | 254 | 71 | 46 |
| Binary | 101010 | 10011010 | 10001100 | 1001001 | 0 | 1001 | 101000 | 10101100 | 111001 | 100110 |
Color Harmonies of #2A9A8C
Complementary color
Monochromatic Colors of #2A9A8C
Black with #2A9A8C
Text Example
Text Example
White with #2A9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A8C; }
p { color: rgb(42,154,140); }
H1.HeaderClassName
{
color: #2A9A8C;
}
.AnyTagClassName
{
color: #2A9A8C;
}
</style>
background-color css
<style>
a { background-color: #2A9A8C; }
a { background-color: rgb(42,154,140); }
div.DivClassName
{
background-color: #2A9A8C;
}
.BgClassName
{
background-color: #2A9A8C;
}
</style>
border-color css
<style>
span { border-color: #2A9A8C; }
span { border-color: rgb(42,154,140); }
td.TdClassName
{
border-color: #2A9A8C;
}
.TagClassName
{
border-color: #2A9A8C;
}
</style>