Shades of Java #26978D
Tints of Java #26978D
RGB
CMYK
RGB Variations
Color information
#26978D (or 0x26978D) is known color: Java. HEX triplet: 26, 97 and 8D. RGB value is (38,151,141). Sum of RGB (Red+Green+Blue) = 38+151+141=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #26978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26978D is #D96872. Grayscale: #747474. Windows color (decimal): -14248051 or 9279270. OLE color: 9279270.
HSL color Cylindrical-coordinate representation of color #26978D: hue angle of 174.69º 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 #26978D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 141 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.41 |
| HSL | 174.69º | 0.6% | 0.37% | - |
| HSV(B) | 174.69º | 0.75% | 0.59% | - |
| XYZ | 16.67 | 24.47 | 29.04 | - |
| YUV | 116.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 141 | 0.75 | 0 | 0.07 | 0.41 | 174.69 | 0.6 | 0.37 |
| Hex | 26 | 97 | 8D | 4B | 0 | 7 | 29 | AF | 3C | 25 |
| Octal | 46 | 227 | 215 | 113 | 0 | 7 | 51 | 257 | 74 | 45 |
| Binary | 100110 | 10010111 | 10001101 | 1001011 | 0 | 111 | 101001 | 10101111 | 111100 | 100101 |
Color Harmonies of #26978D
Complementary color
Monochromatic Colors of #26978D
Black with #26978D
Text Example
Text Example
White with #26978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26978D; }
p { color: rgb(38,151,141); }
H1.HeaderClassName
{
color: #26978D;
}
.AnyTagClassName
{
color: #26978D;
}
</style>
background-color css
<style>
a { background-color: #26978D; }
a { background-color: rgb(38,151,141); }
div.DivClassName
{
background-color: #26978D;
}
.BgClassName
{
background-color: #26978D;
}
</style>
border-color css
<style>
span { border-color: #26978D; }
span { border-color: rgb(38,151,141); }
td.TdClassName
{
border-color: #26978D;
}
.TagClassName
{
border-color: #26978D;
}
</style>