Shades of Java #26908C
Tints of Java #26908C
RGB
CMYK
RGB Variations
Color information
#26908C (or 0x26908C) is known color: Java. HEX triplet: 26, 90 and 8C. RGB value is (38,144,140). Sum of RGB (Red+Green+Blue) = 38+144+140=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #26908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26908C is #D96F73. Grayscale: #6F6F6F. Windows color (decimal): -14249844 or 9211942. OLE color: 9211942.
HSL color Cylindrical-coordinate representation of color #26908C: hue angle of 177.74º 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 #26908C is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 144 | 140 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.44 |
| HSL | 177.74º | 0.58% | 0.36% | - |
| HSV(B) | 177.74º | 0.74% | 0.56% | - |
| XYZ | 15.51 | 22.25 | 28.29 | - |
| YUV | 111.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 140 | 0.74 | 0 | 0.03 | 0.44 | 177.74 | 0.58 | 0.36 |
| Hex | 26 | 90 | 8C | 4A | 0 | 3 | 2C | B2 | 3A | 24 |
| Octal | 46 | 220 | 214 | 112 | 0 | 3 | 54 | 262 | 72 | 44 |
| Binary | 100110 | 10010000 | 10001100 | 1001010 | 0 | 11 | 101100 | 10110010 | 111010 | 100100 |
Color Harmonies of #26908C
Complementary color
Monochromatic Colors of #26908C
Black with #26908C
Text Example
Text Example
White with #26908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26908C; }
p { color: rgb(38,144,140); }
H1.HeaderClassName
{
color: #26908C;
}
.AnyTagClassName
{
color: #26908C;
}
</style>
background-color css
<style>
a { background-color: #26908C; }
a { background-color: rgb(38,144,140); }
div.DivClassName
{
background-color: #26908C;
}
.BgClassName
{
background-color: #26908C;
}
</style>
border-color css
<style>
span { border-color: #26908C; }
span { border-color: rgb(38,144,140); }
td.TdClassName
{
border-color: #26908C;
}
.TagClassName
{
border-color: #26908C;
}
</style>