Shades of Java #268D95
Tints of Java #268D95
RGB
CMYK
RGB Variations
Color information
#268D95 (or 0x268D95) is known color: Java. HEX triplet: 26, 8D and 95. RGB value is (38,141,149). Sum of RGB (Red+Green+Blue) = 38+141+149=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #268D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D95 is #D9726A. Grayscale: #6E6E6E. Windows color (decimal): -14250603 or 9800998. OLE color: 9800998.
HSL color Cylindrical-coordinate representation of color #268D95: hue angle of 184.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268D95 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 141 | 149 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.42 |
| HSL | 184.32º | 0.59% | 0.37% | - |
| HSV(B) | 184.32º | 0.74% | 0.58% | - |
| XYZ | 15.75 | 21.63 | 31.78 | - |
| YUV | 111.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 149 | 0.74 | 0.05 | 0 | 0.42 | 184.32 | 0.59 | 0.37 |
| Hex | 26 | 8D | 95 | 4A | 5 | 0 | 2A | B8 | 3B | 25 |
| Octal | 46 | 215 | 225 | 112 | 5 | 0 | 52 | 270 | 73 | 45 |
| Binary | 100110 | 10001101 | 10010101 | 1001010 | 101 | 0 | 101010 | 10111000 | 111011 | 100101 |
Color Harmonies of #268D95
Complementary color
Monochromatic Colors of #268D95
Black with #268D95
Text Example
Text Example
White with #268D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D95; }
p { color: rgb(38,141,149); }
H1.HeaderClassName
{
color: #268D95;
}
.AnyTagClassName
{
color: #268D95;
}
</style>
background-color css
<style>
a { background-color: #268D95; }
a { background-color: rgb(38,141,149); }
div.DivClassName
{
background-color: #268D95;
}
.BgClassName
{
background-color: #268D95;
}
</style>
border-color css
<style>
span { border-color: #268D95; }
span { border-color: rgb(38,141,149); }
td.TdClassName
{
border-color: #268D95;
}
.TagClassName
{
border-color: #268D95;
}
</style>