Shades of Java #269794
Tints of Java #269794
RGB
CMYK
RGB Variations
Color information
#269794 (or 0x269794) is known color: Java. HEX triplet: 26, 97 and 94. RGB value is (38,151,148). Sum of RGB (Red+Green+Blue) = 38+151+148=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #269794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269794 is #D9686B. Grayscale: #747474. Windows color (decimal): -14248044 or 9738022. OLE color: 9738022.
HSL color Cylindrical-coordinate representation of color #269794: hue angle of 178.41º 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 #269794 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 148 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.41 |
| HSL | 178.41º | 0.6% | 0.37% | - |
| HSV(B) | 178.41º | 0.75% | 0.59% | - |
| XYZ | 17.21 | 24.68 | 31.87 | - |
| YUV | 116.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 148 | 0.75 | 0 | 0.02 | 0.41 | 178.41 | 0.6 | 0.37 |
| Hex | 26 | 97 | 94 | 4B | 0 | 2 | 29 | B2 | 3C | 25 |
| Octal | 46 | 227 | 224 | 113 | 0 | 2 | 51 | 262 | 74 | 45 |
| Binary | 100110 | 10010111 | 10010100 | 1001011 | 0 | 10 | 101001 | 10110010 | 111100 | 100101 |
Color Harmonies of #269794
Complementary color
Monochromatic Colors of #269794
Black with #269794
Text Example
Text Example
White with #269794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269794; }
p { color: rgb(38,151,148); }
H1.HeaderClassName
{
color: #269794;
}
.AnyTagClassName
{
color: #269794;
}
</style>
background-color css
<style>
a { background-color: #269794; }
a { background-color: rgb(38,151,148); }
div.DivClassName
{
background-color: #269794;
}
.BgClassName
{
background-color: #269794;
}
</style>
border-color css
<style>
span { border-color: #269794; }
span { border-color: rgb(38,151,148); }
td.TdClassName
{
border-color: #269794;
}
.TagClassName
{
border-color: #269794;
}
</style>