Shades of Java #269496
Tints of Java #269496
RGB
CMYK
RGB Variations
Color information
#269496 (or 0x269496) is known color: Java. HEX triplet: 26, 94 and 96. RGB value is (38,148,150). Sum of RGB (Red+Green+Blue) = 38+148+150=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #269496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269496 is #D96B69. Grayscale: #737373. Windows color (decimal): -14248810 or 9868326. OLE color: 9868326.
HSL color Cylindrical-coordinate representation of color #269496: hue angle of 181.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269496 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 148 | 150 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.41 |
| HSL | 181.07º | 0.6% | 0.37% | - |
| HSV(B) | 181.07º | 0.75% | 0.59% | - |
| XYZ | 16.89 | 23.79 | 32.56 | - |
| YUV | 115.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 150 | 0.75 | 0.01 | 0 | 0.41 | 181.07 | 0.6 | 0.37 |
| Hex | 26 | 94 | 96 | 4B | 1 | 0 | 29 | B5 | 3C | 25 |
| Octal | 46 | 224 | 226 | 113 | 1 | 0 | 51 | 265 | 74 | 45 |
| Binary | 100110 | 10010100 | 10010110 | 1001011 | 1 | 0 | 101001 | 10110101 | 111100 | 100101 |
Color Harmonies of #269496
Complementary color
Monochromatic Colors of #269496
Black with #269496
Text Example
Text Example
White with #269496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269496; }
p { color: rgb(38,148,150); }
H1.HeaderClassName
{
color: #269496;
}
.AnyTagClassName
{
color: #269496;
}
</style>
background-color css
<style>
a { background-color: #269496; }
a { background-color: rgb(38,148,150); }
div.DivClassName
{
background-color: #269496;
}
.BgClassName
{
background-color: #269496;
}
</style>
border-color css
<style>
span { border-color: #269496; }
span { border-color: rgb(38,148,150); }
td.TdClassName
{
border-color: #269496;
}
.TagClassName
{
border-color: #269496;
}
</style>