Shades of Java #2A9D8F
Tints of Java #2A9D8F
RGB
CMYK
RGB Variations
Color information
#2A9D8F (or 0x2A9D8F) is known color: Java. HEX triplet: 2A, 9D and 8F. RGB value is (42,157,143). Sum of RGB (Red+Green+Blue) = 42+157+143=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9D8F is #D56270. Grayscale: #787878. Windows color (decimal): -13984369 or 9411882. OLE color: 9411882.
HSL color Cylindrical-coordinate representation of color #2A9D8F: hue angle of 172.7º 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 #2A9D8F is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 143 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.38 |
| HSL | 172.7º | 0.58% | 0.39% | - |
| HSV(B) | 172.7º | 0.73% | 0.62% | - |
| XYZ | 17.97 | 26.59 | 30.17 | - |
| YUV | 121.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 143 | 0.73 | 0 | 0.09 | 0.38 | 172.7 | 0.58 | 0.39 |
| Hex | 2A | 9D | 8F | 49 | 0 | 9 | 26 | AD | 3A | 27 |
| Octal | 52 | 235 | 217 | 111 | 0 | 11 | 46 | 255 | 72 | 47 |
| Binary | 101010 | 10011101 | 10001111 | 1001001 | 0 | 1001 | 100110 | 10101101 | 111010 | 100111 |
Color Harmonies of #2A9D8F
Complementary color
Monochromatic Colors of #2A9D8F
Black with #2A9D8F
Text Example
Text Example
White with #2A9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D8F; }
p { color: rgb(42,157,143); }
H1.HeaderClassName
{
color: #2A9D8F;
}
.AnyTagClassName
{
color: #2A9D8F;
}
</style>
background-color css
<style>
a { background-color: #2A9D8F; }
a { background-color: rgb(42,157,143); }
div.DivClassName
{
background-color: #2A9D8F;
}
.BgClassName
{
background-color: #2A9D8F;
}
</style>
border-color css
<style>
span { border-color: #2A9D8F; }
span { border-color: rgb(42,157,143); }
td.TdClassName
{
border-color: #2A9D8F;
}
.TagClassName
{
border-color: #2A9D8F;
}
</style>