Shades of Java #268D98
Tints of Java #268D98
RGB
CMYK
RGB Variations
Color information
#268D98 (or 0x268D98) is known color: Java. HEX triplet: 26, 8D and 98. RGB value is (38,141,152). Sum of RGB (Red+Green+Blue) = 38+141+152=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #268D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D98 is #D97267. Grayscale: #6F6F6F. Windows color (decimal): -14250600 or 9997606. OLE color: 9997606.
HSL color Cylindrical-coordinate representation of color #268D98: hue angle of 185.79º 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 #268D98 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 141 | 152 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.40 |
| HSL | 185.79º | 0.6% | 0.37% | - |
| HSV(B) | 185.79º | 0.75% | 0.6% | - |
| XYZ | 15.99 | 21.73 | 33.06 | - |
| YUV | 111.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 152 | 0.75 | 0.07 | 0 | 0.40 | 185.79 | 0.6 | 0.37 |
| Hex | 26 | 8D | 98 | 4B | 7 | 0 | 28 | BA | 3C | 25 |
| Octal | 46 | 215 | 230 | 113 | 7 | 0 | 50 | 272 | 74 | 45 |
| Binary | 100110 | 10001101 | 10011000 | 1001011 | 111 | 0 | 101000 | 10111010 | 111100 | 100101 |
Color Harmonies of #268D98
Complementary color
Monochromatic Colors of #268D98
Black with #268D98
Text Example
Text Example
White with #268D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D98; }
p { color: rgb(38,141,152); }
H1.HeaderClassName
{
color: #268D98;
}
.AnyTagClassName
{
color: #268D98;
}
</style>
background-color css
<style>
a { background-color: #268D98; }
a { background-color: rgb(38,141,152); }
div.DivClassName
{
background-color: #268D98;
}
.BgClassName
{
background-color: #268D98;
}
</style>
border-color css
<style>
span { border-color: #268D98; }
span { border-color: rgb(38,141,152); }
td.TdClassName
{
border-color: #268D98;
}
.TagClassName
{
border-color: #268D98;
}
</style>