Shades of Java #269A98
Tints of Java #269A98
RGB
CMYK
RGB Variations
Color information
#269A98 (or 0x269A98) is known color: Java. HEX triplet: 26, 9A and 98. RGB value is (38,154,152). Sum of RGB (Red+Green+Blue) = 38+154+152=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #269A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A98 is #D96567. Grayscale: #767676. Windows color (decimal): -14247272 or 10000934. OLE color: 10000934.
HSL color Cylindrical-coordinate representation of color #269A98: hue angle of 178.97º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A98 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 152 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.40 |
| HSL | 178.97º | 0.6% | 0.38% | - |
| HSV(B) | 178.97º | 0.75% | 0.6% | - |
| XYZ | 18.02 | 25.79 | 33.73 | - |
| YUV | 119.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 152 | 0.75 | 0 | 0.01 | 0.40 | 178.97 | 0.6 | 0.38 |
| Hex | 26 | 9A | 98 | 4B | 0 | 1 | 28 | B3 | 3C | 26 |
| Octal | 46 | 232 | 230 | 113 | 0 | 1 | 50 | 263 | 74 | 46 |
| Binary | 100110 | 10011010 | 10011000 | 1001011 | 0 | 1 | 101000 | 10110011 | 111100 | 100110 |
Color Harmonies of #269A98
Complementary color
Monochromatic Colors of #269A98
Black with #269A98
Text Example
Text Example
White with #269A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A98; }
p { color: rgb(38,154,152); }
H1.HeaderClassName
{
color: #269A98;
}
.AnyTagClassName
{
color: #269A98;
}
</style>
background-color css
<style>
a { background-color: #269A98; }
a { background-color: rgb(38,154,152); }
div.DivClassName
{
background-color: #269A98;
}
.BgClassName
{
background-color: #269A98;
}
</style>
border-color css
<style>
span { border-color: #269A98; }
span { border-color: rgb(38,154,152); }
td.TdClassName
{
border-color: #269A98;
}
.TagClassName
{
border-color: #269A98;
}
</style>