Shades of Java #26908A
Tints of Java #26908A
RGB
CMYK
RGB Variations
Color information
#26908A (or 0x26908A) is known color: Java. HEX triplet: 26, 90 and 8A. RGB value is (38,144,138). Sum of RGB (Red+Green+Blue) = 38+144+138=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #26908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26908A is #D96F75. Grayscale: #6F6F6F. Windows color (decimal): -14249846 or 9080870. OLE color: 9080870.
HSL color Cylindrical-coordinate representation of color #26908A: hue angle of 176.6º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26908A is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 144 | 138 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.44 |
| HSL | 176.6º | 0.58% | 0.36% | - |
| HSV(B) | 176.6º | 0.74% | 0.56% | - |
| XYZ | 15.36 | 22.19 | 27.52 | - |
| YUV | 111.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 138 | 0.74 | 0 | 0.04 | 0.44 | 176.6 | 0.58 | 0.36 |
| Hex | 26 | 90 | 8A | 4A | 0 | 4 | 2C | B1 | 3A | 24 |
| Octal | 46 | 220 | 212 | 112 | 0 | 4 | 54 | 261 | 72 | 44 |
| Binary | 100110 | 10010000 | 10001010 | 1001010 | 0 | 100 | 101100 | 10110001 | 111010 | 100100 |
Color Harmonies of #26908A
Complementary color
Monochromatic Colors of #26908A
Black with #26908A
Text Example
Text Example
White with #26908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26908A; }
p { color: rgb(38,144,138); }
H1.HeaderClassName
{
color: #26908A;
}
.AnyTagClassName
{
color: #26908A;
}
</style>
background-color css
<style>
a { background-color: #26908A; }
a { background-color: rgb(38,144,138); }
div.DivClassName
{
background-color: #26908A;
}
.BgClassName
{
background-color: #26908A;
}
</style>
border-color css
<style>
span { border-color: #26908A; }
span { border-color: rgb(38,144,138); }
td.TdClassName
{
border-color: #26908A;
}
.TagClassName
{
border-color: #26908A;
}
</style>