Shades of Java #26988B
Tints of Java #26988B
RGB
CMYK
RGB Variations
Color information
#26988B (or 0x26988B) is known color: Java. HEX triplet: 26, 98 and 8B. RGB value is (38,152,139). Sum of RGB (Red+Green+Blue) = 38+152+139=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #26988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26988B is #D96774. Grayscale: #747474. Windows color (decimal): -14247797 or 9148454. OLE color: 9148454.
HSL color Cylindrical-coordinate representation of color #26988B: hue angle of 173.16º 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 #26988B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 139 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.40 |
| HSL | 173.16º | 0.6% | 0.37% | - |
| HSV(B) | 173.16º | 0.75% | 0.6% | - |
| XYZ | 16.69 | 24.73 | 28.32 | - |
| YUV | 116.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 139 | 0.75 | 0 | 0.09 | 0.40 | 173.16 | 0.6 | 0.37 |
| Hex | 26 | 98 | 8B | 4B | 0 | 9 | 28 | AD | 3C | 25 |
| Octal | 46 | 230 | 213 | 113 | 0 | 11 | 50 | 255 | 74 | 45 |
| Binary | 100110 | 10011000 | 10001011 | 1001011 | 0 | 1001 | 101000 | 10101101 | 111100 | 100101 |
Color Harmonies of #26988B
Complementary color
Monochromatic Colors of #26988B
Black with #26988B
Text Example
Text Example
White with #26988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26988B; }
p { color: rgb(38,152,139); }
H1.HeaderClassName
{
color: #26988B;
}
.AnyTagClassName
{
color: #26988B;
}
</style>
background-color css
<style>
a { background-color: #26988B; }
a { background-color: rgb(38,152,139); }
div.DivClassName
{
background-color: #26988B;
}
.BgClassName
{
background-color: #26988B;
}
</style>
border-color css
<style>
span { border-color: #26988B; }
span { border-color: rgb(38,152,139); }
td.TdClassName
{
border-color: #26988B;
}
.TagClassName
{
border-color: #26988B;
}
</style>