Shades of Java #2A9D99
Tints of Java #2A9D99
RGB
CMYK
RGB Variations
Color information
#2A9D99 (or 0x2A9D99) is known color: Java. HEX triplet: 2A, 9D and 99. RGB value is (42,157,153). Sum of RGB (Red+Green+Blue) = 42+157+153=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9D99 is #D56266. Grayscale: #7A7A7A. Windows color (decimal): -13984359 or 10067242. OLE color: 10067242.
HSL color Cylindrical-coordinate representation of color #2A9D99: hue angle of 177.91º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D99 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 153 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.38 |
| HSL | 177.91º | 0.58% | 0.39% | - |
| HSV(B) | 177.91º | 0.73% | 0.62% | - |
| XYZ | 18.76 | 26.91 | 34.34 | - |
| YUV | 122.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 153 | 0.73 | 0 | 0.03 | 0.38 | 177.91 | 0.58 | 0.39 |
| Hex | 2A | 9D | 99 | 49 | 0 | 3 | 26 | B2 | 3A | 27 |
| Octal | 52 | 235 | 231 | 111 | 0 | 3 | 46 | 262 | 72 | 47 |
| Binary | 101010 | 10011101 | 10011001 | 1001001 | 0 | 11 | 100110 | 10110010 | 111010 | 100111 |
Color Harmonies of #2A9D99
Complementary color
Monochromatic Colors of #2A9D99
Black with #2A9D99
Text Example
Text Example
White with #2A9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D99; }
p { color: rgb(42,157,153); }
H1.HeaderClassName
{
color: #2A9D99;
}
.AnyTagClassName
{
color: #2A9D99;
}
</style>
background-color css
<style>
a { background-color: #2A9D99; }
a { background-color: rgb(42,157,153); }
div.DivClassName
{
background-color: #2A9D99;
}
.BgClassName
{
background-color: #2A9D99;
}
</style>
border-color css
<style>
span { border-color: #2A9D99; }
span { border-color: rgb(42,157,153); }
td.TdClassName
{
border-color: #2A9D99;
}
.TagClassName
{
border-color: #2A9D99;
}
</style>