Shades of Java #26888A
Tints of Java #26888A
RGB
CMYK
RGB Variations
Color information
#26888A (or 0x26888A) is known color: Java. HEX triplet: 26, 88 and 8A. RGB value is (38,136,138). Sum of RGB (Red+Green+Blue) = 38+136+138=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #26888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26888A is #D97775. Grayscale: #6A6A6A. Windows color (decimal): -14251894 or 9078822. OLE color: 9078822.
HSL color Cylindrical-coordinate representation of color #26888A: hue angle of 181.2º 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 #26888A is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 136 | 138 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.46 |
| HSL | 181.2º | 0.57% | 0.35% | - |
| HSV(B) | 181.2º | 0.72% | 0.54% | - |
| XYZ | 14.19 | 19.86 | 27.13 | - |
| YUV | 106.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 138 | 0.72 | 0.01 | 0 | 0.46 | 181.2 | 0.57 | 0.35 |
| Hex | 26 | 88 | 8A | 48 | 1 | 0 | 2E | B5 | 39 | 23 |
| Octal | 46 | 210 | 212 | 110 | 1 | 0 | 56 | 265 | 71 | 43 |
| Binary | 100110 | 10001000 | 10001010 | 1001000 | 1 | 0 | 101110 | 10110101 | 111001 | 100011 |
Color Harmonies of #26888A
Complementary color
Monochromatic Colors of #26888A
Black with #26888A
Text Example
Text Example
White with #26888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26888A; }
p { color: rgb(38,136,138); }
H1.HeaderClassName
{
color: #26888A;
}
.AnyTagClassName
{
color: #26888A;
}
</style>
background-color css
<style>
a { background-color: #26888A; }
a { background-color: rgb(38,136,138); }
div.DivClassName
{
background-color: #26888A;
}
.BgClassName
{
background-color: #26888A;
}
</style>
border-color css
<style>
span { border-color: #26888A; }
span { border-color: rgb(38,136,138); }
td.TdClassName
{
border-color: #26888A;
}
.TagClassName
{
border-color: #26888A;
}
</style>