Shades of Java #269C96
Tints of Java #269C96
RGB
CMYK
RGB Variations
Color information
#269C96 (or 0x269C96) is known color: Java. HEX triplet: 26, 9C and 96. RGB value is (38,156,150). Sum of RGB (Red+Green+Blue) = 38+156+150=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #269C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C96 is #D96369. Grayscale: #777777. Windows color (decimal): -14246762 or 9870374. OLE color: 9870374.
HSL color Cylindrical-coordinate representation of color #269C96: hue angle of 176.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C96 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 150 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.39 |
| HSL | 176.95º | 0.61% | 0.38% | - |
| HSV(B) | 176.95º | 0.76% | 0.61% | - |
| XYZ | 18.19 | 26.39 | 32.99 | - |
| YUV | 120.03 | 144.91 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 150 | 0.76 | 0 | 0.04 | 0.39 | 176.95 | 0.61 | 0.38 |
| Hex | 26 | 9C | 96 | 4C | 0 | 4 | 27 | B1 | 3D | 26 |
| Octal | 46 | 234 | 226 | 114 | 0 | 4 | 47 | 261 | 75 | 46 |
| Binary | 100110 | 10011100 | 10010110 | 1001100 | 0 | 100 | 100111 | 10110001 | 111101 | 100110 |
Color Harmonies of #269C96
Complementary color
Monochromatic Colors of #269C96
Black with #269C96
Text Example
Text Example
White with #269C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C96; }
p { color: rgb(38,156,150); }
H1.HeaderClassName
{
color: #269C96;
}
.AnyTagClassName
{
color: #269C96;
}
</style>
background-color css
<style>
a { background-color: #269C96; }
a { background-color: rgb(38,156,150); }
div.DivClassName
{
background-color: #269C96;
}
.BgClassName
{
background-color: #269C96;
}
</style>
border-color css
<style>
span { border-color: #269C96; }
span { border-color: rgb(38,156,150); }
td.TdClassName
{
border-color: #269C96;
}
.TagClassName
{
border-color: #269C96;
}
</style>