Shades of Java #2A888A
Tints of Java #2A888A
RGB
CMYK
RGB Variations
Color information
#2A888A (or 0x2A888A) is known color: Java. HEX triplet: 2A, 88 and 8A. RGB value is (42,136,138). Sum of RGB (Red+Green+Blue) = 42+136+138=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A888A is #D57775. Grayscale: #6C6C6C. Windows color (decimal): -13989750 or 9078826. OLE color: 9078826.
HSL color Cylindrical-coordinate representation of color #2A888A: hue angle of 181.25º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A888A is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 136 | 138 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.46 |
| HSL | 181.25º | 0.53% | 0.35% | - |
| HSV(B) | 181.25º | 0.7% | 0.54% | - |
| XYZ | 14.35 | 19.94 | 27.14 | - |
| YUV | 108.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 138 | 0.70 | 0.01 | 0 | 0.46 | 181.25 | 0.53 | 0.35 |
| Hex | 2A | 88 | 8A | 46 | 1 | 0 | 2E | B5 | 35 | 23 |
| Octal | 52 | 210 | 212 | 106 | 1 | 0 | 56 | 265 | 65 | 43 |
| Binary | 101010 | 10001000 | 10001010 | 1000110 | 1 | 0 | 101110 | 10110101 | 110101 | 100011 |
Color Harmonies of #2A888A
Complementary color
Monochromatic Colors of #2A888A
Black with #2A888A
Text Example
Text Example
White with #2A888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A888A; }
p { color: rgb(42,136,138); }
H1.HeaderClassName
{
color: #2A888A;
}
.AnyTagClassName
{
color: #2A888A;
}
</style>
background-color css
<style>
a { background-color: #2A888A; }
a { background-color: rgb(42,136,138); }
div.DivClassName
{
background-color: #2A888A;
}
.BgClassName
{
background-color: #2A888A;
}
</style>
border-color css
<style>
span { border-color: #2A888A; }
span { border-color: rgb(42,136,138); }
td.TdClassName
{
border-color: #2A888A;
}
.TagClassName
{
border-color: #2A888A;
}
</style>