Shades of Java #26968D
Tints of Java #26968D
RGB
CMYK
RGB Variations
Color information
#26968D (or 0x26968D) is known color: Java. HEX triplet: 26, 96 and 8D. RGB value is (38,150,141). Sum of RGB (Red+Green+Blue) = 38+150+141=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #26968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26968D is #D96972. Grayscale: #737373. Windows color (decimal): -14248307 or 9279014. OLE color: 9279014.
HSL color Cylindrical-coordinate representation of color #26968D: hue angle of 175.18º 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 #26968D is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 141 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.41 |
| HSL | 175.18º | 0.6% | 0.37% | - |
| HSV(B) | 175.18º | 0.75% | 0.59% | - |
| XYZ | 16.51 | 24.15 | 28.99 | - |
| YUV | 115.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 141 | 0.75 | 0 | 0.06 | 0.41 | 175.18 | 0.6 | 0.37 |
| Hex | 26 | 96 | 8D | 4B | 0 | 6 | 29 | AF | 3C | 25 |
| Octal | 46 | 226 | 215 | 113 | 0 | 6 | 51 | 257 | 74 | 45 |
| Binary | 100110 | 10010110 | 10001101 | 1001011 | 0 | 110 | 101001 | 10101111 | 111100 | 100101 |
Color Harmonies of #26968D
Complementary color
Monochromatic Colors of #26968D
Black with #26968D
Text Example
Text Example
White with #26968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26968D; }
p { color: rgb(38,150,141); }
H1.HeaderClassName
{
color: #26968D;
}
.AnyTagClassName
{
color: #26968D;
}
</style>
background-color css
<style>
a { background-color: #26968D; }
a { background-color: rgb(38,150,141); }
div.DivClassName
{
background-color: #26968D;
}
.BgClassName
{
background-color: #26968D;
}
</style>
border-color css
<style>
span { border-color: #26968D; }
span { border-color: rgb(38,150,141); }
td.TdClassName
{
border-color: #26968D;
}
.TagClassName
{
border-color: #26968D;
}
</style>