Shades of Java #2A9899
Tints of Java #2A9899
RGB
CMYK
RGB Variations
Color information
#2A9899 (or 0x2A9899) is known color: Java. HEX triplet: 2A, 98 and 99. RGB value is (42,152,153). Sum of RGB (Red+Green+Blue) = 42+152+153=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A9899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9899 is #D56766. Grayscale: #777777. Windows color (decimal): -13985639 or 10065962. OLE color: 10065962.
HSL color Cylindrical-coordinate representation of color #2A9899: hue angle of 180.54º 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 #2A9899 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 152 | 153 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.4 |
| HSL | 180.54º | 0.57% | 0.38% | - |
| HSV(B) | 180.54º | 0.73% | 0.6% | - |
| XYZ | 17.93 | 25.25 | 34.07 | - |
| YUV | 119.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 153 | 0.73 | 0.01 | 0 | 0.4 | 180.54 | 0.57 | 0.38 |
| Hex | 2A | 98 | 99 | 49 | 1 | 0 | 28 | B5 | 39 | 26 |
| Octal | 52 | 230 | 231 | 111 | 1 | 0 | 50 | 265 | 71 | 46 |
| Binary | 101010 | 10011000 | 10011001 | 1001001 | 1 | 0 | 101000 | 10110101 | 111001 | 100110 |
Color Harmonies of #2A9899
Complementary color
Monochromatic Colors of #2A9899
Black with #2A9899
Text Example
Text Example
White with #2A9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9899; }
p { color: rgb(42,152,153); }
H1.HeaderClassName
{
color: #2A9899;
}
.AnyTagClassName
{
color: #2A9899;
}
</style>
background-color css
<style>
a { background-color: #2A9899; }
a { background-color: rgb(42,152,153); }
div.DivClassName
{
background-color: #2A9899;
}
.BgClassName
{
background-color: #2A9899;
}
</style>
border-color css
<style>
span { border-color: #2A9899; }
span { border-color: rgb(42,152,153); }
td.TdClassName
{
border-color: #2A9899;
}
.TagClassName
{
border-color: #2A9899;
}
</style>