Shades of Java #269D8E
Tints of Java #269D8E
RGB
CMYK
RGB Variations
Color information
#269D8E (or 0x269D8E) is known color: Java. HEX triplet: 26, 9D and 8E. RGB value is (38,157,142). Sum of RGB (Red+Green+Blue) = 38+157+142=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #269D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D8E is #D96271. Grayscale: #777777. Windows color (decimal): -14246514 or 9346342. OLE color: 9346342.
HSL color Cylindrical-coordinate representation of color #269D8E: hue angle of 172.44º 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 #269D8E is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 142 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.38 |
| HSL | 172.44º | 0.61% | 0.38% | - |
| HSV(B) | 172.44º | 0.76% | 0.62% | - |
| XYZ | 17.74 | 26.48 | 29.77 | - |
| YUV | 119.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 142 | 0.76 | 0 | 0.10 | 0.38 | 172.44 | 0.61 | 0.38 |
| Hex | 26 | 9D | 8E | 4C | 0 | A | 26 | AC | 3D | 26 |
| Octal | 46 | 235 | 216 | 114 | 0 | 12 | 46 | 254 | 75 | 46 |
| Binary | 100110 | 10011101 | 10001110 | 1001100 | 0 | 1010 | 100110 | 10101100 | 111101 | 100110 |
Color Harmonies of #269D8E
Complementary color
Monochromatic Colors of #269D8E
Black with #269D8E
Text Example
Text Example
White with #269D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D8E; }
p { color: rgb(38,157,142); }
H1.HeaderClassName
{
color: #269D8E;
}
.AnyTagClassName
{
color: #269D8E;
}
</style>
background-color css
<style>
a { background-color: #269D8E; }
a { background-color: rgb(38,157,142); }
div.DivClassName
{
background-color: #269D8E;
}
.BgClassName
{
background-color: #269D8E;
}
</style>
border-color css
<style>
span { border-color: #269D8E; }
span { border-color: rgb(38,157,142); }
td.TdClassName
{
border-color: #269D8E;
}
.TagClassName
{
border-color: #269D8E;
}
</style>