Shades of Java #268D87
Tints of Java #268D87
RGB
CMYK
RGB Variations
Color information
#268D87 (or 0x268D87) is known color: Java. HEX triplet: 26, 8D and 87. RGB value is (38,141,135). Sum of RGB (Red+Green+Blue) = 38+141+135=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #268D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D87 is #D97278. Grayscale: #6D6D6D. Windows color (decimal): -14250617 or 8883494. OLE color: 8883494.
HSL color Cylindrical-coordinate representation of color #268D87: hue angle of 176.5º 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 #268D87 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 141 | 135 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.45 |
| HSL | 176.5º | 0.58% | 0.35% | - |
| HSV(B) | 176.5º | 0.73% | 0.55% | - |
| XYZ | 14.7 | 21.21 | 26.24 | - |
| YUV | 109.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 135 | 0.73 | 0 | 0.04 | 0.45 | 176.5 | 0.58 | 0.35 |
| Hex | 26 | 8D | 87 | 49 | 0 | 4 | 2D | B1 | 3A | 23 |
| Octal | 46 | 215 | 207 | 111 | 0 | 4 | 55 | 261 | 72 | 43 |
| Binary | 100110 | 10001101 | 10000111 | 1001001 | 0 | 100 | 101101 | 10110001 | 111010 | 100011 |
Color Harmonies of #268D87
Complementary color
Monochromatic Colors of #268D87
Black with #268D87
Text Example
Text Example
White with #268D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D87; }
p { color: rgb(38,141,135); }
H1.HeaderClassName
{
color: #268D87;
}
.AnyTagClassName
{
color: #268D87;
}
</style>
background-color css
<style>
a { background-color: #268D87; }
a { background-color: rgb(38,141,135); }
div.DivClassName
{
background-color: #268D87;
}
.BgClassName
{
background-color: #268D87;
}
</style>
border-color css
<style>
span { border-color: #268D87; }
span { border-color: rgb(38,141,135); }
td.TdClassName
{
border-color: #268D87;
}
.TagClassName
{
border-color: #268D87;
}
</style>