Shades of Java #269B93
Tints of Java #269B93
RGB
CMYK
RGB Variations
Color information
#269B93 (or 0x269B93) is known color: Java. HEX triplet: 26, 9B and 93. RGB value is (38,155,147). Sum of RGB (Red+Green+Blue) = 38+155+147=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #269B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B93 is #D9646C. Grayscale: #777777. Windows color (decimal): -14247021 or 9673510. OLE color: 9673510.
HSL color Cylindrical-coordinate representation of color #269B93: hue angle of 175.9º 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 #269B93 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 147 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.39 |
| HSL | 175.9º | 0.61% | 0.38% | - |
| HSV(B) | 175.9º | 0.75% | 0.61% | - |
| XYZ | 17.79 | 25.96 | 31.68 | - |
| YUV | 119.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 147 | 0.75 | 0 | 0.05 | 0.39 | 175.9 | 0.61 | 0.38 |
| Hex | 26 | 9B | 93 | 4B | 0 | 5 | 27 | B0 | 3D | 26 |
| Octal | 46 | 233 | 223 | 113 | 0 | 5 | 47 | 260 | 75 | 46 |
| Binary | 100110 | 10011011 | 10010011 | 1001011 | 0 | 101 | 100111 | 10110000 | 111101 | 100110 |
Color Harmonies of #269B93
Complementary color
Monochromatic Colors of #269B93
Black with #269B93
Text Example
Text Example
White with #269B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B93; }
p { color: rgb(38,155,147); }
H1.HeaderClassName
{
color: #269B93;
}
.AnyTagClassName
{
color: #269B93;
}
</style>
background-color css
<style>
a { background-color: #269B93; }
a { background-color: rgb(38,155,147); }
div.DivClassName
{
background-color: #269B93;
}
.BgClassName
{
background-color: #269B93;
}
</style>
border-color css
<style>
span { border-color: #269B93; }
span { border-color: rgb(38,155,147); }
td.TdClassName
{
border-color: #269B93;
}
.TagClassName
{
border-color: #269B93;
}
</style>