Shades of Java #2A8A8A
Tints of Java #2A8A8A
RGB
CMYK
RGB Variations
Color information
#2A8A8A (or 0x2A8A8A) is known color: Java. HEX triplet: 2A, 8A and 8A. RGB value is (42,138,138). Sum of RGB (Red+Green+Blue) = 42+138+138=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #2A8A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8A8A is #D57575. Grayscale: #6D6D6D. Windows color (decimal): -13989238 or 9079338. OLE color: 9079338.
HSL color Cylindrical-coordinate representation of color #2A8A8A: hue angle of 180º 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 #2A8A8A is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 138 | - |
| CMYK | 0.70 | 0 | 0 | 0.46 |
| HSL | 180º | 0.53% | 0.35% | - |
| HSV(B) | 180º | 0.7% | 0.54% | - |
| XYZ | 14.63 | 20.5 | 27.23 | - |
| YUV | 109.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 138 | 0.70 | 0 | 0 | 0.46 | 180 | 0.53 | 0.35 |
| Hex | 2A | 8A | 8A | 46 | 0 | 0 | 2E | B4 | 35 | 23 |
| Octal | 52 | 212 | 212 | 106 | 0 | 0 | 56 | 264 | 65 | 43 |
| Binary | 101010 | 10001010 | 10001010 | 1000110 | 0 | 0 | 101110 | 10110100 | 110101 | 100011 |
Color Harmonies of #2A8A8A
Complementary color
Monochromatic Colors of #2A8A8A
Black with #2A8A8A
Text Example
Text Example
White with #2A8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A8A; }
p { color: rgb(42,138,138); }
H1.HeaderClassName
{
color: #2A8A8A;
}
.AnyTagClassName
{
color: #2A8A8A;
}
</style>
background-color css
<style>
a { background-color: #2A8A8A; }
a { background-color: rgb(42,138,138); }
div.DivClassName
{
background-color: #2A8A8A;
}
.BgClassName
{
background-color: #2A8A8A;
}
</style>
border-color css
<style>
span { border-color: #2A8A8A; }
span { border-color: rgb(42,138,138); }
td.TdClassName
{
border-color: #2A8A8A;
}
.TagClassName
{
border-color: #2A8A8A;
}
</style>