Shades of Java #2A9799
Tints of Java #2A9799
RGB
CMYK
RGB Variations
Color information
#2A9799 (or 0x2A9799) is known color: Java. HEX triplet: 2A, 97 and 99. RGB value is (42,151,153). Sum of RGB (Red+Green+Blue) = 42+151+153=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A9799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9799 is #D56866. Grayscale: #767676. Windows color (decimal): -13985895 or 10065706. OLE color: 10065706.
HSL color Cylindrical-coordinate representation of color #2A9799: hue angle of 181.08º 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 #2A9799 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 151 | 153 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.4 |
| HSL | 181.08º | 0.57% | 0.38% | - |
| HSV(B) | 181.08º | 0.73% | 0.6% | - |
| XYZ | 17.77 | 24.93 | 34.01 | - |
| YUV | 118.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 151 | 153 | 0.73 | 0.01 | 0 | 0.4 | 181.08 | 0.57 | 0.38 |
| Hex | 2A | 97 | 99 | 49 | 1 | 0 | 28 | B5 | 39 | 26 |
| Octal | 52 | 227 | 231 | 111 | 1 | 0 | 50 | 265 | 71 | 46 |
| Binary | 101010 | 10010111 | 10011001 | 1001001 | 1 | 0 | 101000 | 10110101 | 111001 | 100110 |
Color Harmonies of #2A9799
Complementary color
Monochromatic Colors of #2A9799
Black with #2A9799
Text Example
Text Example
White with #2A9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9799; }
p { color: rgb(42,151,153); }
H1.HeaderClassName
{
color: #2A9799;
}
.AnyTagClassName
{
color: #2A9799;
}
</style>
background-color css
<style>
a { background-color: #2A9799; }
a { background-color: rgb(42,151,153); }
div.DivClassName
{
background-color: #2A9799;
}
.BgClassName
{
background-color: #2A9799;
}
</style>
border-color css
<style>
span { border-color: #2A9799; }
span { border-color: rgb(42,151,153); }
td.TdClassName
{
border-color: #2A9799;
}
.TagClassName
{
border-color: #2A9799;
}
</style>