Shades of Java #269689
Tints of Java #269689
RGB
CMYK
RGB Variations
Color information
#269689 (or 0x269689) is known color: Java. HEX triplet: 26, 96 and 89. RGB value is (38,150,137). Sum of RGB (Red+Green+Blue) = 38+150+137=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #269689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269689 is #D96976. Grayscale: #727272. Windows color (decimal): -14248311 or 9016870. OLE color: 9016870.
HSL color Cylindrical-coordinate representation of color #269689: hue angle of 173.04º 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 #269689 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 137 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.41 |
| HSL | 173.04º | 0.6% | 0.37% | - |
| HSV(B) | 173.04º | 0.75% | 0.59% | - |
| XYZ | 16.22 | 24.03 | 27.45 | - |
| YUV | 115.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 137 | 0.75 | 0 | 0.09 | 0.41 | 173.04 | 0.6 | 0.37 |
| Hex | 26 | 96 | 89 | 4B | 0 | 9 | 29 | AD | 3C | 25 |
| Octal | 46 | 226 | 211 | 113 | 0 | 11 | 51 | 255 | 74 | 45 |
| Binary | 100110 | 10010110 | 10001001 | 1001011 | 0 | 1001 | 101001 | 10101101 | 111100 | 100101 |
Color Harmonies of #269689
Complementary color
Monochromatic Colors of #269689
Black with #269689
Text Example
Text Example
White with #269689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269689; }
p { color: rgb(38,150,137); }
H1.HeaderClassName
{
color: #269689;
}
.AnyTagClassName
{
color: #269689;
}
</style>
background-color css
<style>
a { background-color: #269689; }
a { background-color: rgb(38,150,137); }
div.DivClassName
{
background-color: #269689;
}
.BgClassName
{
background-color: #269689;
}
</style>
border-color css
<style>
span { border-color: #269689; }
span { border-color: rgb(38,150,137); }
td.TdClassName
{
border-color: #269689;
}
.TagClassName
{
border-color: #269689;
}
</style>