Shades of Java #268D8D
Tints of Java #268D8D
RGB
CMYK
RGB Variations
Color information
#268D8D (or 0x268D8D) is known color: Java. HEX triplet: 26, 8D and 8D. RGB value is (38,141,141). Sum of RGB (Red+Green+Blue) = 38+141+141=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #268D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D8D is #D97272. Grayscale: #6E6E6E. Windows color (decimal): -14250611 or 9276710. OLE color: 9276710.
HSL color Cylindrical-coordinate representation of color #268D8D: hue angle of 180º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268D8D is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 141 | 141 | - |
| CMYK | 0.73 | 0 | 0 | 0.45 |
| HSL | 180º | 0.58% | 0.35% | - |
| HSV(B) | 180º | 0.73% | 0.55% | - |
| XYZ | 15.13 | 21.38 | 28.53 | - |
| YUV | 110.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 141 | 0.73 | 0 | 0 | 0.45 | 180 | 0.58 | 0.35 |
| Hex | 26 | 8D | 8D | 49 | 0 | 0 | 2D | B4 | 3A | 23 |
| Octal | 46 | 215 | 215 | 111 | 0 | 0 | 55 | 264 | 72 | 43 |
| Binary | 100110 | 10001101 | 10001101 | 1001001 | 0 | 0 | 101101 | 10110100 | 111010 | 100011 |
Color Harmonies of #268D8D
Complementary color
Monochromatic Colors of #268D8D
Black with #268D8D
Text Example
Text Example
White with #268D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D8D; }
p { color: rgb(38,141,141); }
H1.HeaderClassName
{
color: #268D8D;
}
.AnyTagClassName
{
color: #268D8D;
}
</style>
background-color css
<style>
a { background-color: #268D8D; }
a { background-color: rgb(38,141,141); }
div.DivClassName
{
background-color: #268D8D;
}
.BgClassName
{
background-color: #268D8D;
}
</style>
border-color css
<style>
span { border-color: #268D8D; }
span { border-color: rgb(38,141,141); }
td.TdClassName
{
border-color: #268D8D;
}
.TagClassName
{
border-color: #268D8D;
}
</style>