Shades of Java #26918B
Tints of Java #26918B
RGB
CMYK
RGB Variations
Color information
#26918B (or 0x26918B) is known color: Java. HEX triplet: 26, 91 and 8B. RGB value is (38,145,139). Sum of RGB (Red+Green+Blue) = 38+145+139=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #26918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26918B is #D96E74. Grayscale: #707070. Windows color (decimal): -14249589 or 9146662. OLE color: 9146662.
HSL color Cylindrical-coordinate representation of color #26918B: hue angle of 176.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26918B is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 139 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.43 |
| HSL | 176.64º | 0.58% | 0.36% | - |
| HSV(B) | 176.64º | 0.74% | 0.57% | - |
| XYZ | 15.58 | 22.53 | 27.95 | - |
| YUV | 112.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 139 | 0.74 | 0 | 0.04 | 0.43 | 176.64 | 0.58 | 0.36 |
| Hex | 26 | 91 | 8B | 4A | 0 | 4 | 2B | B1 | 3A | 24 |
| Octal | 46 | 221 | 213 | 112 | 0 | 4 | 53 | 261 | 72 | 44 |
| Binary | 100110 | 10010001 | 10001011 | 1001010 | 0 | 100 | 101011 | 10110001 | 111010 | 100100 |
Color Harmonies of #26918B
Complementary color
Monochromatic Colors of #26918B
Black with #26918B
Text Example
Text Example
White with #26918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26918B; }
p { color: rgb(38,145,139); }
H1.HeaderClassName
{
color: #26918B;
}
.AnyTagClassName
{
color: #26918B;
}
</style>
background-color css
<style>
a { background-color: #26918B; }
a { background-color: rgb(38,145,139); }
div.DivClassName
{
background-color: #26918B;
}
.BgClassName
{
background-color: #26918B;
}
</style>
border-color css
<style>
span { border-color: #26918B; }
span { border-color: rgb(38,145,139); }
td.TdClassName
{
border-color: #26918B;
}
.TagClassName
{
border-color: #26918B;
}
</style>