Shades of Java #26878A
Tints of Java #26878A
RGB
CMYK
RGB Variations
Color information
#26878A (or 0x26878A) is known color: Java. HEX triplet: 26, 87 and 8A. RGB value is (38,135,138). Sum of RGB (Red+Green+Blue) = 38+135+138=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #26878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26878A is #D97875. Grayscale: #6A6A6A. Windows color (decimal): -14252150 or 9078566. OLE color: 9078566.
HSL color Cylindrical-coordinate representation of color #26878A: hue angle of 181.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26878A is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 135 | 138 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.46 |
| HSL | 181.8º | 0.57% | 0.35% | - |
| HSV(B) | 181.8º | 0.72% | 0.54% | - |
| XYZ | 14.05 | 19.58 | 27.08 | - |
| YUV | 106.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 138 | 0.72 | 0.02 | 0 | 0.46 | 181.8 | 0.57 | 0.35 |
| Hex | 26 | 87 | 8A | 48 | 2 | 0 | 2E | B6 | 39 | 23 |
| Octal | 46 | 207 | 212 | 110 | 2 | 0 | 56 | 266 | 71 | 43 |
| Binary | 100110 | 10000111 | 10001010 | 1001000 | 10 | 0 | 101110 | 10110110 | 111001 | 100011 |
Color Harmonies of #26878A
Complementary color
Monochromatic Colors of #26878A
Black with #26878A
Text Example
Text Example
White with #26878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26878A; }
p { color: rgb(38,135,138); }
H1.HeaderClassName
{
color: #26878A;
}
.AnyTagClassName
{
color: #26878A;
}
</style>
background-color css
<style>
a { background-color: #26878A; }
a { background-color: rgb(38,135,138); }
div.DivClassName
{
background-color: #26878A;
}
.BgClassName
{
background-color: #26878A;
}
</style>
border-color css
<style>
span { border-color: #26878A; }
span { border-color: rgb(38,135,138); }
td.TdClassName
{
border-color: #26878A;
}
.TagClassName
{
border-color: #26878A;
}
</style>