Shades of Java #26938E
Tints of Java #26938E
RGB
CMYK
RGB Variations
Color information
#26938E (or 0x26938E) is known color: Java. HEX triplet: 26, 93 and 8E. RGB value is (38,147,142). Sum of RGB (Red+Green+Blue) = 38+147+142=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #26938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26938E is #D96C71. Grayscale: #717171. Windows color (decimal): -14249074 or 9343782. OLE color: 9343782.
HSL color Cylindrical-coordinate representation of color #26938E: hue angle of 177.25º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26938E is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 142 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.42 |
| HSL | 177.25º | 0.59% | 0.36% | - |
| HSV(B) | 177.25º | 0.74% | 0.58% | - |
| XYZ | 16.12 | 23.23 | 29.23 | - |
| YUV | 113.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 142 | 0.74 | 0 | 0.03 | 0.42 | 177.25 | 0.59 | 0.36 |
| Hex | 26 | 93 | 8E | 4A | 0 | 3 | 2A | B1 | 3B | 24 |
| Octal | 46 | 223 | 216 | 112 | 0 | 3 | 52 | 261 | 73 | 44 |
| Binary | 100110 | 10010011 | 10001110 | 1001010 | 0 | 11 | 101010 | 10110001 | 111011 | 100100 |
Color Harmonies of #26938E
Complementary color
Monochromatic Colors of #26938E
Black with #26938E
Text Example
Text Example
White with #26938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26938E; }
p { color: rgb(38,147,142); }
H1.HeaderClassName
{
color: #26938E;
}
.AnyTagClassName
{
color: #26938E;
}
</style>
background-color css
<style>
a { background-color: #26938E; }
a { background-color: rgb(38,147,142); }
div.DivClassName
{
background-color: #26938E;
}
.BgClassName
{
background-color: #26938E;
}
</style>
border-color css
<style>
span { border-color: #26938E; }
span { border-color: rgb(38,147,142); }
td.TdClassName
{
border-color: #26938E;
}
.TagClassName
{
border-color: #26938E;
}
</style>