Shades of Java #2A9699
Tints of Java #2A9699
RGB
CMYK
RGB Variations
Color information
#2A9699 (or 0x2A9699) is known color: Java. HEX triplet: 2A, 96 and 99. RGB value is (42,150,153). Sum of RGB (Red+Green+Blue) = 42+150+153=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A9699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9699 is #D56966. Grayscale: #757575. Windows color (decimal): -13986151 or 10065450. OLE color: 10065450.
HSL color Cylindrical-coordinate representation of color #2A9699: hue angle of 181.62º 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 #2A9699 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 150 | 153 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.4 |
| HSL | 181.62º | 0.57% | 0.38% | - |
| HSV(B) | 181.62º | 0.73% | 0.6% | - |
| XYZ | 17.61 | 24.6 | 33.96 | - |
| YUV | 118.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 153 | 0.73 | 0.02 | 0 | 0.4 | 181.62 | 0.57 | 0.38 |
| Hex | 2A | 96 | 99 | 49 | 2 | 0 | 28 | B6 | 39 | 26 |
| Octal | 52 | 226 | 231 | 111 | 2 | 0 | 50 | 266 | 71 | 46 |
| Binary | 101010 | 10010110 | 10011001 | 1001001 | 10 | 0 | 101000 | 10110110 | 111001 | 100110 |
Color Harmonies of #2A9699
Complementary color
Monochromatic Colors of #2A9699
Black with #2A9699
Text Example
Text Example
White with #2A9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9699; }
p { color: rgb(42,150,153); }
H1.HeaderClassName
{
color: #2A9699;
}
.AnyTagClassName
{
color: #2A9699;
}
</style>
background-color css
<style>
a { background-color: #2A9699; }
a { background-color: rgb(42,150,153); }
div.DivClassName
{
background-color: #2A9699;
}
.BgClassName
{
background-color: #2A9699;
}
</style>
border-color css
<style>
span { border-color: #2A9699; }
span { border-color: rgb(42,150,153); }
td.TdClassName
{
border-color: #2A9699;
}
.TagClassName
{
border-color: #2A9699;
}
</style>