Shades of Java #26958C
Tints of Java #26958C
RGB
CMYK
RGB Variations
Color information
#26958C (or 0x26958C) is known color: Java. HEX triplet: 26, 95 and 8C. RGB value is (38,149,140). Sum of RGB (Red+Green+Blue) = 38+149+140=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #26958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26958C is #D96A73. Grayscale: #727272. Windows color (decimal): -14248564 or 9213222. OLE color: 9213222.
HSL color Cylindrical-coordinate representation of color #26958C: hue angle of 175.14º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26958C is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 140 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.42 |
| HSL | 175.14º | 0.59% | 0.37% | - |
| HSV(B) | 175.14º | 0.74% | 0.58% | - |
| XYZ | 16.28 | 23.8 | 28.55 | - |
| YUV | 114.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 140 | 0.74 | 0 | 0.06 | 0.42 | 175.14 | 0.59 | 0.37 |
| Hex | 26 | 95 | 8C | 4A | 0 | 6 | 2A | AF | 3B | 25 |
| Octal | 46 | 225 | 214 | 112 | 0 | 6 | 52 | 257 | 73 | 45 |
| Binary | 100110 | 10010101 | 10001100 | 1001010 | 0 | 110 | 101010 | 10101111 | 111011 | 100101 |
Color Harmonies of #26958C
Complementary color
Monochromatic Colors of #26958C
Black with #26958C
Text Example
Text Example
White with #26958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26958C; }
p { color: rgb(38,149,140); }
H1.HeaderClassName
{
color: #26958C;
}
.AnyTagClassName
{
color: #26958C;
}
</style>
background-color css
<style>
a { background-color: #26958C; }
a { background-color: rgb(38,149,140); }
div.DivClassName
{
background-color: #26958C;
}
.BgClassName
{
background-color: #26958C;
}
</style>
border-color css
<style>
span { border-color: #26958C; }
span { border-color: rgb(38,149,140); }
td.TdClassName
{
border-color: #26958C;
}
.TagClassName
{
border-color: #26958C;
}
</style>