Shades of Java #269694
Tints of Java #269694
RGB
CMYK
RGB Variations
Color information
#269694 (or 0x269694) is known color: Java. HEX triplet: 26, 96 and 94. RGB value is (38,150,148). Sum of RGB (Red+Green+Blue) = 38+150+148=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #269694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269694 is #D9696B. Grayscale: #747474. Windows color (decimal): -14248300 or 9737766. OLE color: 9737766.
HSL color Cylindrical-coordinate representation of color #269694: hue angle of 178.93º 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 #269694 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 148 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.41 |
| HSL | 178.93º | 0.6% | 0.37% | - |
| HSV(B) | 178.93º | 0.75% | 0.59% | - |
| XYZ | 17.05 | 24.36 | 31.82 | - |
| YUV | 116.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 148 | 0.75 | 0 | 0.01 | 0.41 | 178.93 | 0.6 | 0.37 |
| Hex | 26 | 96 | 94 | 4B | 0 | 1 | 29 | B3 | 3C | 25 |
| Octal | 46 | 226 | 224 | 113 | 0 | 1 | 51 | 263 | 74 | 45 |
| Binary | 100110 | 10010110 | 10010100 | 1001011 | 0 | 1 | 101001 | 10110011 | 111100 | 100101 |
Color Harmonies of #269694
Complementary color
Monochromatic Colors of #269694
Black with #269694
Text Example
Text Example
White with #269694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269694; }
p { color: rgb(38,150,148); }
H1.HeaderClassName
{
color: #269694;
}
.AnyTagClassName
{
color: #269694;
}
</style>
background-color css
<style>
a { background-color: #269694; }
a { background-color: rgb(38,150,148); }
div.DivClassName
{
background-color: #269694;
}
.BgClassName
{
background-color: #269694;
}
</style>
border-color css
<style>
span { border-color: #269694; }
span { border-color: rgb(38,150,148); }
td.TdClassName
{
border-color: #269694;
}
.TagClassName
{
border-color: #269694;
}
</style>