Shades of Java #269E9E
Tints of Java #269E9E
RGB
CMYK
RGB Variations
Color information
#269E9E (or 0x269E9E) is known color: Java. HEX triplet: 26, 9E and 9E. RGB value is (38,158,158). Sum of RGB (Red+Green+Blue) = 38+158+158=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #269E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269E9E is #D96161. Grayscale: #7A7A7A. Windows color (decimal): -14246242 or 10395174. OLE color: 10395174.
HSL color Cylindrical-coordinate representation of color #269E9E: hue angle of 180º 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 #269E9E is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 158 | - |
| CMYK | 0.76 | 0 | 0 | 0.38 |
| HSL | 180º | 0.61% | 0.38% | - |
| HSV(B) | 180º | 0.76% | 0.62% | - |
| XYZ | 19.2 | 27.33 | 36.61 | - |
| YUV | 122.12 | 148.24 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 158 | 0.76 | 0 | 0 | 0.38 | 180 | 0.61 | 0.38 |
| Hex | 26 | 9E | 9E | 4C | 0 | 0 | 26 | B4 | 3D | 26 |
| Octal | 46 | 236 | 236 | 114 | 0 | 0 | 46 | 264 | 75 | 46 |
| Binary | 100110 | 10011110 | 10011110 | 1001100 | 0 | 0 | 100110 | 10110100 | 111101 | 100110 |
Color Harmonies of #269E9E
Complementary color
Monochromatic Colors of #269E9E
Black with #269E9E
Text Example
Text Example
White with #269E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E9E; }
p { color: rgb(38,158,158); }
H1.HeaderClassName
{
color: #269E9E;
}
.AnyTagClassName
{
color: #269E9E;
}
</style>
background-color css
<style>
a { background-color: #269E9E; }
a { background-color: rgb(38,158,158); }
div.DivClassName
{
background-color: #269E9E;
}
.BgClassName
{
background-color: #269E9E;
}
</style>
border-color css
<style>
span { border-color: #269E9E; }
span { border-color: rgb(38,158,158); }
td.TdClassName
{
border-color: #269E9E;
}
.TagClassName
{
border-color: #269E9E;
}
</style>