Shades of Java #26928E
Tints of Java #26928E
RGB
CMYK
RGB Variations
Color information
#26928E (or 0x26928E) is known color: Java. HEX triplet: 26, 92 and 8E. RGB value is (38,146,142). Sum of RGB (Red+Green+Blue) = 38+146+142=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #26928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26928E is #D96D71. Grayscale: #717171. Windows color (decimal): -14249330 or 9343526. OLE color: 9343526.
HSL color Cylindrical-coordinate representation of color #26928E: hue angle of 177.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26928E is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 142 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.43 |
| HSL | 177.78º | 0.59% | 0.36% | - |
| HSV(B) | 177.78º | 0.74% | 0.57% | - |
| XYZ | 15.96 | 22.92 | 29.17 | - |
| YUV | 113.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 142 | 0.74 | 0 | 0.03 | 0.43 | 177.78 | 0.59 | 0.36 |
| Hex | 26 | 92 | 8E | 4A | 0 | 3 | 2B | B2 | 3B | 24 |
| Octal | 46 | 222 | 216 | 112 | 0 | 3 | 53 | 262 | 73 | 44 |
| Binary | 100110 | 10010010 | 10001110 | 1001010 | 0 | 11 | 101011 | 10110010 | 111011 | 100100 |
Color Harmonies of #26928E
Complementary color
Monochromatic Colors of #26928E
Black with #26928E
Text Example
Text Example
White with #26928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26928E; }
p { color: rgb(38,146,142); }
H1.HeaderClassName
{
color: #26928E;
}
.AnyTagClassName
{
color: #26928E;
}
</style>
background-color css
<style>
a { background-color: #26928E; }
a { background-color: rgb(38,146,142); }
div.DivClassName
{
background-color: #26928E;
}
.BgClassName
{
background-color: #26928E;
}
</style>
border-color css
<style>
span { border-color: #26928E; }
span { border-color: rgb(38,146,142); }
td.TdClassName
{
border-color: #26928E;
}
.TagClassName
{
border-color: #26928E;
}
</style>