Shades of Java #1A9C98
Tints of Java #1A9C98
RGB
CMYK
RGB Variations
Color information
#1A9C98 (or 0x1A9C98) is known color: Java. HEX triplet: 1A, 9C and 98. RGB value is (26,156,152). Sum of RGB (Red+Green+Blue) = 26+156+152=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9C98 is #E56367. Grayscale: #747474. Windows color (decimal): -15033192 or 10001434. OLE color: 10001434.
HSL color Cylindrical-coordinate representation of color #1A9C98: hue angle of 178.15º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9C98 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 156 | 152 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.39 |
| HSL | 178.15º | 0.71% | 0.36% | - |
| HSV(B) | 178.15º | 0.83% | 0.61% | - |
| XYZ | 17.98 | 26.26 | 33.83 | - |
| YUV | 116.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 156 | 152 | 0.83 | 0 | 0.03 | 0.39 | 178.15 | 0.71 | 0.36 |
| Hex | 1A | 9C | 98 | 53 | 0 | 3 | 27 | B2 | 47 | 24 |
| Octal | 32 | 234 | 230 | 123 | 0 | 3 | 47 | 262 | 107 | 44 |
| Binary | 11010 | 10011100 | 10011000 | 1010011 | 0 | 11 | 100111 | 10110010 | 1000111 | 100100 |
Color Harmonies of #1A9C98
Complementary color
Monochromatic Colors of #1A9C98
Black with #1A9C98
Text Example
Text Example
White with #1A9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9C98; }
p { color: rgb(26,156,152); }
H1.HeaderClassName
{
color: #1A9C98;
}
.AnyTagClassName
{
color: #1A9C98;
}
</style>
background-color css
<style>
a { background-color: #1A9C98; }
a { background-color: rgb(26,156,152); }
div.DivClassName
{
background-color: #1A9C98;
}
.BgClassName
{
background-color: #1A9C98;
}
</style>
border-color css
<style>
span { border-color: #1A9C98; }
span { border-color: rgb(26,156,152); }
td.TdClassName
{
border-color: #1A9C98;
}
.TagClassName
{
border-color: #1A9C98;
}
</style>