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