Shades of Java #269898
Tints of Java #269898
RGB
CMYK
RGB Variations
Color information
#269898 (or 0x269898) is known color: Java. HEX triplet: 26, 98 and 98. RGB value is (38,152,152). Sum of RGB (Red+Green+Blue) = 38+152+152=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #269898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269898 is #D96767. Grayscale: #757575. Windows color (decimal): -14247784 or 10000422. OLE color: 10000422.
HSL color Cylindrical-coordinate representation of color #269898: hue angle of 180º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269898 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 152 | - |
| CMYK | 0.75 | 0 | 0 | 0.40 |
| HSL | 180º | 0.6% | 0.37% | - |
| HSV(B) | 180º | 0.75% | 0.6% | - |
| XYZ | 17.7 | 25.14 | 33.62 | - |
| YUV | 117.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 152 | 0.75 | 0 | 0 | 0.40 | 180 | 0.6 | 0.37 |
| Hex | 26 | 98 | 98 | 4B | 0 | 0 | 28 | B4 | 3C | 25 |
| Octal | 46 | 230 | 230 | 113 | 0 | 0 | 50 | 264 | 74 | 45 |
| Binary | 100110 | 10011000 | 10011000 | 1001011 | 0 | 0 | 101000 | 10110100 | 111100 | 100101 |
Color Harmonies of #269898
Complementary color
Monochromatic Colors of #269898
Black with #269898
Text Example
Text Example
White with #269898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269898; }
p { color: rgb(38,152,152); }
H1.HeaderClassName
{
color: #269898;
}
.AnyTagClassName
{
color: #269898;
}
</style>
background-color css
<style>
a { background-color: #269898; }
a { background-color: rgb(38,152,152); }
div.DivClassName
{
background-color: #269898;
}
.BgClassName
{
background-color: #269898;
}
</style>
border-color css
<style>
span { border-color: #269898; }
span { border-color: rgb(38,152,152); }
td.TdClassName
{
border-color: #269898;
}
.TagClassName
{
border-color: #269898;
}
</style>