Shades of Java #2AA69F
Tints of Java #2AA69F
RGB
CMYK
RGB Variations
Color information
#2AA69F (or 0x2AA69F) is known color: Java. HEX triplet: 2A, A6 and 9F. RGB value is (42,166,159). Sum of RGB (Red+Green+Blue) = 42+166+159=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA69F is #D55960. Grayscale: #808080. Windows color (decimal): -13982049 or 10462762. OLE color: 10462762.
HSL color Cylindrical-coordinate representation of color #2AA69F: hue angle of 176.61º 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 #2AA69F is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 159 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.35 |
| HSL | 176.61º | 0.6% | 0.41% | - |
| HSV(B) | 176.61º | 0.75% | 0.65% | - |
| XYZ | 20.85 | 30.27 | 37.54 | - |
| YUV | 128.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 159 | 0.75 | 0 | 0.04 | 0.35 | 176.61 | 0.6 | 0.41 |
| Hex | 2A | A6 | 9F | 4B | 0 | 4 | 23 | B1 | 3C | 29 |
| Octal | 52 | 246 | 237 | 113 | 0 | 4 | 43 | 261 | 74 | 51 |
| Binary | 101010 | 10100110 | 10011111 | 1001011 | 0 | 100 | 100011 | 10110001 | 111100 | 101001 |
Color Harmonies of #2AA69F
Complementary color
Monochromatic Colors of #2AA69F
Black with #2AA69F
Text Example
Text Example
White with #2AA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA69F; }
p { color: rgb(42,166,159); }
H1.HeaderClassName
{
color: #2AA69F;
}
.AnyTagClassName
{
color: #2AA69F;
}
</style>
background-color css
<style>
a { background-color: #2AA69F; }
a { background-color: rgb(42,166,159); }
div.DivClassName
{
background-color: #2AA69F;
}
.BgClassName
{
background-color: #2AA69F;
}
</style>
border-color css
<style>
span { border-color: #2AA69F; }
span { border-color: rgb(42,166,159); }
td.TdClassName
{
border-color: #2AA69F;
}
.TagClassName
{
border-color: #2AA69F;
}
</style>