Shades of Java #2A8B88
Tints of Java #2A8B88
RGB
CMYK
RGB Variations
Color information
#2A8B88 (or 0x2A8B88) is known color: Java. HEX triplet: 2A, 8B and 88. RGB value is (42,139,136). Sum of RGB (Red+Green+Blue) = 42+139+136=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8B88 is #D57477. Grayscale: #6D6D6D. Windows color (decimal): -13988984 or 8948522. OLE color: 8948522.
HSL color Cylindrical-coordinate representation of color #2A8B88: hue angle of 178.14º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8B88 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 139 | 136 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.45 |
| HSL | 178.14º | 0.54% | 0.35% | - |
| HSV(B) | 178.14º | 0.7% | 0.55% | - |
| XYZ | 14.63 | 20.74 | 26.52 | - |
| YUV | 109.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 136 | 0.70 | 0 | 0.02 | 0.45 | 178.14 | 0.54 | 0.35 |
| Hex | 2A | 8B | 88 | 46 | 0 | 2 | 2D | B2 | 36 | 23 |
| Octal | 52 | 213 | 210 | 106 | 0 | 2 | 55 | 262 | 66 | 43 |
| Binary | 101010 | 10001011 | 10001000 | 1000110 | 0 | 10 | 101101 | 10110010 | 110110 | 100011 |
Color Harmonies of #2A8B88
Complementary color
Monochromatic Colors of #2A8B88
Black with #2A8B88
Text Example
Text Example
White with #2A8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B88; }
p { color: rgb(42,139,136); }
H1.HeaderClassName
{
color: #2A8B88;
}
.AnyTagClassName
{
color: #2A8B88;
}
</style>
background-color css
<style>
a { background-color: #2A8B88; }
a { background-color: rgb(42,139,136); }
div.DivClassName
{
background-color: #2A8B88;
}
.BgClassName
{
background-color: #2A8B88;
}
</style>
border-color css
<style>
span { border-color: #2A8B88; }
span { border-color: rgb(42,139,136); }
td.TdClassName
{
border-color: #2A8B88;
}
.TagClassName
{
border-color: #2A8B88;
}
</style>