Shades of Java #2AA69D
Tints of Java #2AA69D
RGB
CMYK
RGB Variations
Color information
#2AA69D (or 0x2AA69D) is known color: Java. HEX triplet: 2A, A6 and 9D. RGB value is (42,166,157). Sum of RGB (Red+Green+Blue) = 42+166+157=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA69D is #D55962. Grayscale: #7F7F7F. Windows color (decimal): -13982051 or 10331690. OLE color: 10331690.
HSL color Cylindrical-coordinate representation of color #2AA69D: hue angle of 175.65º 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 #2AA69D is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 157 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.35 |
| HSL | 175.65º | 0.6% | 0.41% | - |
| HSV(B) | 175.65º | 0.75% | 0.65% | - |
| XYZ | 20.68 | 30.2 | 36.64 | - |
| YUV | 127.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 157 | 0.75 | 0 | 0.05 | 0.35 | 175.65 | 0.6 | 0.41 |
| Hex | 2A | A6 | 9D | 4B | 0 | 5 | 23 | B0 | 3C | 29 |
| Octal | 52 | 246 | 235 | 113 | 0 | 5 | 43 | 260 | 74 | 51 |
| Binary | 101010 | 10100110 | 10011101 | 1001011 | 0 | 101 | 100011 | 10110000 | 111100 | 101001 |
Color Harmonies of #2AA69D
Complementary color
Monochromatic Colors of #2AA69D
Black with #2AA69D
Text Example
Text Example
White with #2AA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA69D; }
p { color: rgb(42,166,157); }
H1.HeaderClassName
{
color: #2AA69D;
}
.AnyTagClassName
{
color: #2AA69D;
}
</style>
background-color css
<style>
a { background-color: #2AA69D; }
a { background-color: rgb(42,166,157); }
div.DivClassName
{
background-color: #2AA69D;
}
.BgClassName
{
background-color: #2AA69D;
}
</style>
border-color css
<style>
span { border-color: #2AA69D; }
span { border-color: rgb(42,166,157); }
td.TdClassName
{
border-color: #2AA69D;
}
.TagClassName
{
border-color: #2AA69D;
}
</style>