Shades of Java #2AA89C
Tints of Java #2AA89C
RGB
CMYK
RGB Variations
Color information
#2AA89C (or 0x2AA89C) is known color: Java. HEX triplet: 2A, A8 and 9C. RGB value is (42,168,156). Sum of RGB (Red+Green+Blue) = 42+168+156=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA89C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA89C is #D55763. Grayscale: #808080. Windows color (decimal): -13981540 or 10266666. OLE color: 10266666.
HSL color Cylindrical-coordinate representation of color #2AA89C: hue angle of 174.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA89C is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 156 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.34 |
| HSL | 174.29º | 0.6% | 0.41% | - |
| HSV(B) | 174.29º | 0.75% | 0.66% | - |
| XYZ | 20.96 | 30.9 | 36.31 | - |
| YUV | 128.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 156 | 0.75 | 0 | 0.07 | 0.34 | 174.29 | 0.6 | 0.41 |
| Hex | 2A | A8 | 9C | 4B | 0 | 7 | 22 | AE | 3C | 29 |
| Octal | 52 | 250 | 234 | 113 | 0 | 7 | 42 | 256 | 74 | 51 |
| Binary | 101010 | 10101000 | 10011100 | 1001011 | 0 | 111 | 100010 | 10101110 | 111100 | 101001 |
Color Harmonies of #2AA89C
Complementary color
Monochromatic Colors of #2AA89C
Black with #2AA89C
Text Example
Text Example
White with #2AA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA89C; }
p { color: rgb(42,168,156); }
H1.HeaderClassName
{
color: #2AA89C;
}
.AnyTagClassName
{
color: #2AA89C;
}
</style>
background-color css
<style>
a { background-color: #2AA89C; }
a { background-color: rgb(42,168,156); }
div.DivClassName
{
background-color: #2AA89C;
}
.BgClassName
{
background-color: #2AA89C;
}
</style>
border-color css
<style>
span { border-color: #2AA89C; }
span { border-color: rgb(42,168,156); }
td.TdClassName
{
border-color: #2AA89C;
}
.TagClassName
{
border-color: #2AA89C;
}
</style>