Shades of Java #2AA79C
Tints of Java #2AA79C
RGB
CMYK
RGB Variations
Color information
#2AA79C (or 0x2AA79C) is known color: Java. HEX triplet: 2A, A7 and 9C. RGB value is (42,167,156). Sum of RGB (Red+Green+Blue) = 42+167+156=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA79C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA79C is #D55863. Grayscale: #808080. Windows color (decimal): -13981796 or 10266410. OLE color: 10266410.
HSL color Cylindrical-coordinate representation of color #2AA79C: hue angle of 174.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA79C is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 156 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.35 |
| HSL | 174.72º | 0.6% | 0.41% | - |
| HSV(B) | 174.72º | 0.75% | 0.65% | - |
| XYZ | 20.77 | 30.53 | 36.25 | - |
| YUV | 128.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 156 | 0.75 | 0 | 0.07 | 0.35 | 174.72 | 0.6 | 0.41 |
| Hex | 2A | A7 | 9C | 4B | 0 | 7 | 23 | AF | 3C | 29 |
| Octal | 52 | 247 | 234 | 113 | 0 | 7 | 43 | 257 | 74 | 51 |
| Binary | 101010 | 10100111 | 10011100 | 1001011 | 0 | 111 | 100011 | 10101111 | 111100 | 101001 |
Color Harmonies of #2AA79C
Complementary color
Monochromatic Colors of #2AA79C
Black with #2AA79C
Text Example
Text Example
White with #2AA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA79C; }
p { color: rgb(42,167,156); }
H1.HeaderClassName
{
color: #2AA79C;
}
.AnyTagClassName
{
color: #2AA79C;
}
</style>
background-color css
<style>
a { background-color: #2AA79C; }
a { background-color: rgb(42,167,156); }
div.DivClassName
{
background-color: #2AA79C;
}
.BgClassName
{
background-color: #2AA79C;
}
</style>
border-color css
<style>
span { border-color: #2AA79C; }
span { border-color: rgb(42,167,156); }
td.TdClassName
{
border-color: #2AA79C;
}
.TagClassName
{
border-color: #2AA79C;
}
</style>