Shades of Java #26988F
Tints of Java #26988F
RGB
CMYK
RGB Variations
Color information
#26988F (or 0x26988F) is known color: Java. HEX triplet: 26, 98 and 8F. RGB value is (38,152,143). Sum of RGB (Red+Green+Blue) = 38+152+143=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #26988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26988F is #D96770. Grayscale: #747474. Windows color (decimal): -14247793 or 9410598. OLE color: 9410598.
HSL color Cylindrical-coordinate representation of color #26988F: hue angle of 175.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26988F is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 143 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.40 |
| HSL | 175.26º | 0.6% | 0.37% | - |
| HSV(B) | 175.26º | 0.75% | 0.6% | - |
| XYZ | 16.99 | 24.85 | 29.89 | - |
| YUV | 116.89 | 142.73 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 143 | 0.75 | 0 | 0.06 | 0.40 | 175.26 | 0.6 | 0.37 |
| Hex | 26 | 98 | 8F | 4B | 0 | 6 | 28 | AF | 3C | 25 |
| Octal | 46 | 230 | 217 | 113 | 0 | 6 | 50 | 257 | 74 | 45 |
| Binary | 100110 | 10011000 | 10001111 | 1001011 | 0 | 110 | 101000 | 10101111 | 111100 | 100101 |
Color Harmonies of #26988F
Complementary color
Monochromatic Colors of #26988F
Black with #26988F
Text Example
Text Example
White with #26988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26988F; }
p { color: rgb(38,152,143); }
H1.HeaderClassName
{
color: #26988F;
}
.AnyTagClassName
{
color: #26988F;
}
</style>
background-color css
<style>
a { background-color: #26988F; }
a { background-color: rgb(38,152,143); }
div.DivClassName
{
background-color: #26988F;
}
.BgClassName
{
background-color: #26988F;
}
</style>
border-color css
<style>
span { border-color: #26988F; }
span { border-color: rgb(38,152,143); }
td.TdClassName
{
border-color: #26988F;
}
.TagClassName
{
border-color: #26988F;
}
</style>