Shades of Java #268E84
Tints of Java #268E84
RGB
CMYK
RGB Variations
Color information
#268E84 (or 0x268E84) is known color: Java. HEX triplet: 26, 8E and 84. RGB value is (38,142,132). Sum of RGB (Red+Green+Blue) = 38+142+132=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #268E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E84 is #D9717B. Grayscale: #6D6D6D. Windows color (decimal): -14250364 or 8687142. OLE color: 8687142.
HSL color Cylindrical-coordinate representation of color #268E84: hue angle of 174.23º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E84 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 132 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.44 |
| HSL | 174.23º | 0.58% | 0.35% | - |
| HSV(B) | 174.23º | 0.73% | 0.56% | - |
| XYZ | 14.64 | 21.42 | 25.19 | - |
| YUV | 109.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 132 | 0.73 | 0 | 0.07 | 0.44 | 174.23 | 0.58 | 0.35 |
| Hex | 26 | 8E | 84 | 49 | 0 | 7 | 2C | AE | 3A | 23 |
| Octal | 46 | 216 | 204 | 111 | 0 | 7 | 54 | 256 | 72 | 43 |
| Binary | 100110 | 10001110 | 10000100 | 1001001 | 0 | 111 | 101100 | 10101110 | 111010 | 100011 |
Color Harmonies of #268E84
Complementary color
Monochromatic Colors of #268E84
Black with #268E84
Text Example
Text Example
White with #268E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E84; }
p { color: rgb(38,142,132); }
H1.HeaderClassName
{
color: #268E84;
}
.AnyTagClassName
{
color: #268E84;
}
</style>
background-color css
<style>
a { background-color: #268E84; }
a { background-color: rgb(38,142,132); }
div.DivClassName
{
background-color: #268E84;
}
.BgClassName
{
background-color: #268E84;
}
</style>
border-color css
<style>
span { border-color: #268E84; }
span { border-color: rgb(38,142,132); }
td.TdClassName
{
border-color: #268E84;
}
.TagClassName
{
border-color: #268E84;
}
</style>