Shades of Java #269590
Tints of Java #269590
RGB
CMYK
RGB Variations
Color information
#269590 (or 0x269590) is known color: Java. HEX triplet: 26, 95 and 90. RGB value is (38,149,144). Sum of RGB (Red+Green+Blue) = 38+149+144=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #269590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269590 is #D96A6F. Grayscale: #737373. Windows color (decimal): -14248560 or 9475366. OLE color: 9475366.
HSL color Cylindrical-coordinate representation of color #269590: hue angle of 177.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269590 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 144 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.42 |
| HSL | 177.3º | 0.59% | 0.37% | - |
| HSV(B) | 177.3º | 0.74% | 0.58% | - |
| XYZ | 16.58 | 23.92 | 30.13 | - |
| YUV | 115.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 144 | 0.74 | 0 | 0.03 | 0.42 | 177.3 | 0.59 | 0.37 |
| Hex | 26 | 95 | 90 | 4A | 0 | 3 | 2A | B1 | 3B | 25 |
| Octal | 46 | 225 | 220 | 112 | 0 | 3 | 52 | 261 | 73 | 45 |
| Binary | 100110 | 10010101 | 10010000 | 1001010 | 0 | 11 | 101010 | 10110001 | 111011 | 100101 |
Color Harmonies of #269590
Complementary color
Monochromatic Colors of #269590
Black with #269590
Text Example
Text Example
White with #269590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269590; }
p { color: rgb(38,149,144); }
H1.HeaderClassName
{
color: #269590;
}
.AnyTagClassName
{
color: #269590;
}
</style>
background-color css
<style>
a { background-color: #269590; }
a { background-color: rgb(38,149,144); }
div.DivClassName
{
background-color: #269590;
}
.BgClassName
{
background-color: #269590;
}
</style>
border-color css
<style>
span { border-color: #269590; }
span { border-color: rgb(38,149,144); }
td.TdClassName
{
border-color: #269590;
}
.TagClassName
{
border-color: #269590;
}
</style>