Shades of Java #269D92
Tints of Java #269D92
RGB
CMYK
RGB Variations
Color information
#269D92 (or 0x269D92) is known color: Java. HEX triplet: 26, 9D and 92. RGB value is (38,157,146). Sum of RGB (Red+Green+Blue) = 38+157+146=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #269D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D92 is #D9626D. Grayscale: #787878. Windows color (decimal): -14246510 or 9608486. OLE color: 9608486.
HSL color Cylindrical-coordinate representation of color #269D92: hue angle of 174.45º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D92 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 146 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.38 |
| HSL | 174.45º | 0.61% | 0.38% | - |
| HSV(B) | 174.45º | 0.76% | 0.62% | - |
| XYZ | 18.04 | 26.6 | 31.38 | - |
| YUV | 120.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 146 | 0.76 | 0 | 0.07 | 0.38 | 174.45 | 0.61 | 0.38 |
| Hex | 26 | 9D | 92 | 4C | 0 | 7 | 26 | AE | 3D | 26 |
| Octal | 46 | 235 | 222 | 114 | 0 | 7 | 46 | 256 | 75 | 46 |
| Binary | 100110 | 10011101 | 10010010 | 1001100 | 0 | 111 | 100110 | 10101110 | 111101 | 100110 |
Color Harmonies of #269D92
Complementary color
Monochromatic Colors of #269D92
Black with #269D92
Text Example
Text Example
White with #269D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D92; }
p { color: rgb(38,157,146); }
H1.HeaderClassName
{
color: #269D92;
}
.AnyTagClassName
{
color: #269D92;
}
</style>
background-color css
<style>
a { background-color: #269D92; }
a { background-color: rgb(38,157,146); }
div.DivClassName
{
background-color: #269D92;
}
.BgClassName
{
background-color: #269D92;
}
</style>
border-color css
<style>
span { border-color: #269D92; }
span { border-color: rgb(38,157,146); }
td.TdClassName
{
border-color: #269D92;
}
.TagClassName
{
border-color: #269D92;
}
</style>