Shades of Java #269A92
Tints of Java #269A92
RGB
CMYK
RGB Variations
Color information
#269A92 (or 0x269A92) is known color: Java. HEX triplet: 26, 9A and 92. RGB value is (38,154,146). Sum of RGB (Red+Green+Blue) = 38+154+146=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #269A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A92 is #D9656D. Grayscale: #767676. Windows color (decimal): -14247278 or 9607718. OLE color: 9607718.
HSL color Cylindrical-coordinate representation of color #269A92: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A92 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 146 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.40 |
| HSL | 175.86º | 0.6% | 0.38% | - |
| HSV(B) | 175.86º | 0.75% | 0.6% | - |
| XYZ | 17.54 | 25.6 | 31.21 | - |
| YUV | 118.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 146 | 0.75 | 0 | 0.05 | 0.40 | 175.86 | 0.6 | 0.38 |
| Hex | 26 | 9A | 92 | 4B | 0 | 5 | 28 | B0 | 3C | 26 |
| Octal | 46 | 232 | 222 | 113 | 0 | 5 | 50 | 260 | 74 | 46 |
| Binary | 100110 | 10011010 | 10010010 | 1001011 | 0 | 101 | 101000 | 10110000 | 111100 | 100110 |
Color Harmonies of #269A92
Complementary color
Monochromatic Colors of #269A92
Black with #269A92
Text Example
Text Example
White with #269A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A92; }
p { color: rgb(38,154,146); }
H1.HeaderClassName
{
color: #269A92;
}
.AnyTagClassName
{
color: #269A92;
}
</style>
background-color css
<style>
a { background-color: #269A92; }
a { background-color: rgb(38,154,146); }
div.DivClassName
{
background-color: #269A92;
}
.BgClassName
{
background-color: #269A92;
}
</style>
border-color css
<style>
span { border-color: #269A92; }
span { border-color: rgb(38,154,146); }
td.TdClassName
{
border-color: #269A92;
}
.TagClassName
{
border-color: #269A92;
}
</style>