Shades of Java #26978E
Tints of Java #26978E
RGB
CMYK
RGB Variations
Color information
#26978E (or 0x26978E) is known color: Java. HEX triplet: 26, 97 and 8E. RGB value is (38,151,142). Sum of RGB (Red+Green+Blue) = 38+151+142=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #26978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26978E is #D96871. Grayscale: #747474. Windows color (decimal): -14248050 or 9344806. OLE color: 9344806.
HSL color Cylindrical-coordinate representation of color #26978E: hue angle of 175.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26978E is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 142 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.41 |
| HSL | 175.22º | 0.6% | 0.37% | - |
| HSV(B) | 175.22º | 0.75% | 0.59% | - |
| XYZ | 16.75 | 24.5 | 29.44 | - |
| YUV | 116.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 142 | 0.75 | 0 | 0.06 | 0.41 | 175.22 | 0.6 | 0.37 |
| Hex | 26 | 97 | 8E | 4B | 0 | 6 | 29 | AF | 3C | 25 |
| Octal | 46 | 227 | 216 | 113 | 0 | 6 | 51 | 257 | 74 | 45 |
| Binary | 100110 | 10010111 | 10001110 | 1001011 | 0 | 110 | 101001 | 10101111 | 111100 | 100101 |
Color Harmonies of #26978E
Complementary color
Monochromatic Colors of #26978E
Black with #26978E
Text Example
Text Example
White with #26978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26978E; }
p { color: rgb(38,151,142); }
H1.HeaderClassName
{
color: #26978E;
}
.AnyTagClassName
{
color: #26978E;
}
</style>
background-color css
<style>
a { background-color: #26978E; }
a { background-color: rgb(38,151,142); }
div.DivClassName
{
background-color: #26978E;
}
.BgClassName
{
background-color: #26978E;
}
</style>
border-color css
<style>
span { border-color: #26978E; }
span { border-color: rgb(38,151,142); }
td.TdClassName
{
border-color: #26978E;
}
.TagClassName
{
border-color: #26978E;
}
</style>