Shades of Java #269B96
Tints of Java #269B96
RGB
CMYK
RGB Variations
Color information
#269B96 (or 0x269B96) is known color: Java. HEX triplet: 26, 9B and 96. RGB value is (38,155,150). Sum of RGB (Red+Green+Blue) = 38+155+150=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #269B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B96 is #D96469. Grayscale: #777777. Windows color (decimal): -14247018 or 9870118. OLE color: 9870118.
HSL color Cylindrical-coordinate representation of color #269B96: hue angle of 177.44º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B96 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 150 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.39 |
| HSL | 177.44º | 0.61% | 0.38% | - |
| HSV(B) | 177.44º | 0.75% | 0.61% | - |
| XYZ | 18.03 | 26.06 | 32.93 | - |
| YUV | 119.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 150 | 0.75 | 0 | 0.03 | 0.39 | 177.44 | 0.61 | 0.38 |
| Hex | 26 | 9B | 96 | 4B | 0 | 3 | 27 | B1 | 3D | 26 |
| Octal | 46 | 233 | 226 | 113 | 0 | 3 | 47 | 261 | 75 | 46 |
| Binary | 100110 | 10011011 | 10010110 | 1001011 | 0 | 11 | 100111 | 10110001 | 111101 | 100110 |
Color Harmonies of #269B96
Complementary color
Monochromatic Colors of #269B96
Black with #269B96
Text Example
Text Example
White with #269B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B96; }
p { color: rgb(38,155,150); }
H1.HeaderClassName
{
color: #269B96;
}
.AnyTagClassName
{
color: #269B96;
}
</style>
background-color css
<style>
a { background-color: #269B96; }
a { background-color: rgb(38,155,150); }
div.DivClassName
{
background-color: #269B96;
}
.BgClassName
{
background-color: #269B96;
}
</style>
border-color css
<style>
span { border-color: #269B96; }
span { border-color: rgb(38,155,150); }
td.TdClassName
{
border-color: #269B96;
}
.TagClassName
{
border-color: #269B96;
}
</style>