Shades of Java #2A898A
Tints of Java #2A898A
RGB
CMYK
RGB Variations
Color information
#2A898A (or 0x2A898A) is known color: Java. HEX triplet: 2A, 89 and 8A. RGB value is (42,137,138). Sum of RGB (Red+Green+Blue) = 42+137+138=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A898A is #D57675. Grayscale: #6C6C6C. Windows color (decimal): -13989494 or 9079082. OLE color: 9079082.
HSL color Cylindrical-coordinate representation of color #2A898A: hue angle of 180.62º 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 #2A898A is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 42 | 137 | 138 | - |
CMYK | 0.70 | 0.01 | 0 | 0.46 |
HSL | 180.63º | 0.53% | 0.35% | - |
HSV(B) | 180.63º | 0.7% | 0.54% | - |
XYZ | 14.49 | 20.22 | 27.18 | - |
YUV | 108.71 | 144.53 | 80.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 137 | 138 | 0.70 | 0.01 | 0 | 0.46 | 180.63 | 0.53 | 0.35 |
Hex | 2A | 89 | 8A | 46 | 1 | 0 | 2E | B5 | 35 | 23 |
Octal | 52 | 211 | 212 | 106 | 1 | 0 | 56 | 265 | 65 | 43 |
Binary | 101010 | 10001001 | 10001010 | 1000110 | 1 | 0 | 101110 | 10110101 | 110101 | 100011 |
Color Harmonies of #2A898A
Complementary color
Monochromatic Colors of #2A898A
Black with #2A898A
Text Example
Text Example
White with #2A898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A898A; }
p { color: rgb(42,137,138); }
H1.HeaderClassName
{
color: #2A898A;
}
.AnyTagClassName
{
color: #2A898A;
}
</style>
background-color css
<style>
a { background-color: #2A898A; }
a { background-color: rgb(42,137,138); }
div.DivClassName
{
background-color: #2A898A;
}
.BgClassName
{
background-color: #2A898A;
}
</style>
border-color css
<style>
span { border-color: #2A898A; }
span { border-color: rgb(42,137,138); }
td.TdClassName
{
border-color: #2A898A;
}
.TagClassName
{
border-color: #2A898A;
}
</style>