Shades of Java #26A194
Tints of Java #26A194
RGB
CMYK
RGB Variations
Color information
#26A194 (or 0x26A194) is known color: Java. HEX triplet: 26, A1 and 94. RGB value is (38,161,148). Sum of RGB (Red+Green+Blue) = 38+161+148=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #26A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A194 is #D95E6B. Grayscale: #7A7A7A. Windows color (decimal): -14245484 or 9740582. OLE color: 9740582.
HSL color Cylindrical-coordinate representation of color #26A194: hue angle of 173.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A194 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 161 | 148 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.37 |
| HSL | 173.66º | 0.62% | 0.39% | - |
| HSV(B) | 173.66º | 0.76% | 0.63% | - |
| XYZ | 18.89 | 28.04 | 32.43 | - |
| YUV | 122.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 161 | 148 | 0.76 | 0 | 0.08 | 0.37 | 173.66 | 0.62 | 0.39 |
| Hex | 26 | A1 | 94 | 4C | 0 | 8 | 25 | AE | 3E | 27 |
| Octal | 46 | 241 | 224 | 114 | 0 | 10 | 45 | 256 | 76 | 47 |
| Binary | 100110 | 10100001 | 10010100 | 1001100 | 0 | 1000 | 100101 | 10101110 | 111110 | 100111 |
Color Harmonies of #26A194
Complementary color
Monochromatic Colors of #26A194
Black with #26A194
Text Example
Text Example
White with #26A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A194; }
p { color: rgb(38,161,148); }
H1.HeaderClassName
{
color: #26A194;
}
.AnyTagClassName
{
color: #26A194;
}
</style>
background-color css
<style>
a { background-color: #26A194; }
a { background-color: rgb(38,161,148); }
div.DivClassName
{
background-color: #26A194;
}
.BgClassName
{
background-color: #26A194;
}
</style>
border-color css
<style>
span { border-color: #26A194; }
span { border-color: rgb(38,161,148); }
td.TdClassName
{
border-color: #26A194;
}
.TagClassName
{
border-color: #26A194;
}
</style>