Shades of Java #1A978E
Tints of Java #1A978E
RGB
CMYK
RGB Variations
Color information
#1A978E (or 0x1A978E) is known color: Java. HEX triplet: 1A, 97 and 8E. RGB value is (26,151,142). Sum of RGB (Red+Green+Blue) = 26+151+142=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #1A978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A978E is #E56871. Grayscale: #707070. Windows color (decimal): -15034482 or 9344794. OLE color: 9344794.
HSL color Cylindrical-coordinate representation of color #1A978E: hue angle of 175.68º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A978E is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 151 | 142 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.41 |
| HSL | 175.68º | 0.71% | 0.35% | - |
| HSV(B) | 175.68º | 0.83% | 0.59% | - |
| XYZ | 16.38 | 24.31 | 29.42 | - |
| YUV | 112.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 151 | 142 | 0.83 | 0 | 0.06 | 0.41 | 175.68 | 0.71 | 0.35 |
| Hex | 1A | 97 | 8E | 53 | 0 | 6 | 29 | B0 | 47 | 23 |
| Octal | 32 | 227 | 216 | 123 | 0 | 6 | 51 | 260 | 107 | 43 |
| Binary | 11010 | 10010111 | 10001110 | 1010011 | 0 | 110 | 101001 | 10110000 | 1000111 | 100011 |
Color Harmonies of #1A978E
Complementary color
Monochromatic Colors of #1A978E
Black with #1A978E
Text Example
Text Example
White with #1A978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A978E; }
p { color: rgb(26,151,142); }
H1.HeaderClassName
{
color: #1A978E;
}
.AnyTagClassName
{
color: #1A978E;
}
</style>
background-color css
<style>
a { background-color: #1A978E; }
a { background-color: rgb(26,151,142); }
div.DivClassName
{
background-color: #1A978E;
}
.BgClassName
{
background-color: #1A978E;
}
</style>
border-color css
<style>
span { border-color: #1A978E; }
span { border-color: rgb(26,151,142); }
td.TdClassName
{
border-color: #1A978E;
}
.TagClassName
{
border-color: #1A978E;
}
</style>