Shades of Java #2A8E93
Tints of Java #2A8E93
RGB
CMYK
RGB Variations
Color information
#2A8E93 (or 0x2A8E93) is known color: Java. HEX triplet: 2A, 8E and 93. RGB value is (42,142,147). Sum of RGB (Red+Green+Blue) = 42+142+147=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A8E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8E93 is #D5716C. Grayscale: #707070. Windows color (decimal): -13988205 or 9670186. OLE color: 9670186.
HSL color Cylindrical-coordinate representation of color #2A8E93: hue angle of 182.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8E93 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 142 | 147 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.42 |
| HSL | 182.86º | 0.56% | 0.37% | - |
| HSV(B) | 182.86º | 0.71% | 0.58% | - |
| XYZ | 15.89 | 21.94 | 31 | - |
| YUV | 112.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 147 | 0.71 | 0.03 | 0 | 0.42 | 182.86 | 0.56 | 0.37 |
| Hex | 2A | 8E | 93 | 47 | 3 | 0 | 2A | B7 | 38 | 25 |
| Octal | 52 | 216 | 223 | 107 | 3 | 0 | 52 | 267 | 70 | 45 |
| Binary | 101010 | 10001110 | 10010011 | 1000111 | 11 | 0 | 101010 | 10110111 | 111000 | 100101 |
Color Harmonies of #2A8E93
Complementary color
Monochromatic Colors of #2A8E93
Black with #2A8E93
Text Example
Text Example
White with #2A8E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8E93; }
p { color: rgb(42,142,147); }
H1.HeaderClassName
{
color: #2A8E93;
}
.AnyTagClassName
{
color: #2A8E93;
}
</style>
background-color css
<style>
a { background-color: #2A8E93; }
a { background-color: rgb(42,142,147); }
div.DivClassName
{
background-color: #2A8E93;
}
.BgClassName
{
background-color: #2A8E93;
}
</style>
border-color css
<style>
span { border-color: #2A8E93; }
span { border-color: rgb(42,142,147); }
td.TdClassName
{
border-color: #2A8E93;
}
.TagClassName
{
border-color: #2A8E93;
}
</style>