Shades of Java #1A938E
Tints of Java #1A938E
RGB
CMYK
RGB Variations
Color information
#1A938E (or 0x1A938E) is known color: Java. HEX triplet: 1A, 93 and 8E. RGB value is (26,147,142). Sum of RGB (Red+Green+Blue) = 26+147+142=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #1A938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A938E is #E56C71. Grayscale: #6E6E6E. Windows color (decimal): -15035506 or 9343770. OLE color: 9343770.
HSL color Cylindrical-coordinate representation of color #1A938E: hue angle of 177.52º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A938E is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 142 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.42 |
| HSL | 177.52º | 0.7% | 0.34% | - |
| HSV(B) | 177.52º | 0.82% | 0.58% | - |
| XYZ | 15.74 | 23.04 | 29.21 | - |
| YUV | 110.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 142 | 0.82 | 0 | 0.03 | 0.42 | 177.52 | 0.7 | 0.34 |
| Hex | 1A | 93 | 8E | 52 | 0 | 3 | 2A | B2 | 46 | 22 |
| Octal | 32 | 223 | 216 | 122 | 0 | 3 | 52 | 262 | 106 | 42 |
| Binary | 11010 | 10010011 | 10001110 | 1010010 | 0 | 11 | 101010 | 10110010 | 1000110 | 100010 |
Color Harmonies of #1A938E
Complementary color
Monochromatic Colors of #1A938E
Black with #1A938E
Text Example
Text Example
White with #1A938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A938E; }
p { color: rgb(26,147,142); }
H1.HeaderClassName
{
color: #1A938E;
}
.AnyTagClassName
{
color: #1A938E;
}
</style>
background-color css
<style>
a { background-color: #1A938E; }
a { background-color: rgb(26,147,142); }
div.DivClassName
{
background-color: #1A938E;
}
.BgClassName
{
background-color: #1A938E;
}
</style>
border-color css
<style>
span { border-color: #1A938E; }
span { border-color: rgb(26,147,142); }
td.TdClassName
{
border-color: #1A938E;
}
.TagClassName
{
border-color: #1A938E;
}
</style>