Shades of Java #268D84
Tints of Java #268D84
RGB
CMYK
RGB Variations
Color information
#268D84 (or 0x268D84) is known color: Java. HEX triplet: 26, 8D and 84. RGB value is (38,141,132). Sum of RGB (Red+Green+Blue) = 38+141+132=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #268D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D84 is #D9727B. Grayscale: #6D6D6D. Windows color (decimal): -14250620 or 8686886. OLE color: 8686886.
HSL color Cylindrical-coordinate representation of color #268D84: hue angle of 174.76º 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 #268D84 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 141 | 132 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.45 |
| HSL | 174.76º | 0.58% | 0.35% | - |
| HSV(B) | 174.76º | 0.73% | 0.55% | - |
| XYZ | 14.49 | 21.13 | 25.14 | - |
| YUV | 109.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 132 | 0.73 | 0 | 0.06 | 0.45 | 174.76 | 0.58 | 0.35 |
| Hex | 26 | 8D | 84 | 49 | 0 | 6 | 2D | AF | 3A | 23 |
| Octal | 46 | 215 | 204 | 111 | 0 | 6 | 55 | 257 | 72 | 43 |
| Binary | 100110 | 10001101 | 10000100 | 1001001 | 0 | 110 | 101101 | 10101111 | 111010 | 100011 |
Color Harmonies of #268D84
Complementary color
Monochromatic Colors of #268D84
Black with #268D84
Text Example
Text Example
White with #268D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D84; }
p { color: rgb(38,141,132); }
H1.HeaderClassName
{
color: #268D84;
}
.AnyTagClassName
{
color: #268D84;
}
</style>
background-color css
<style>
a { background-color: #268D84; }
a { background-color: rgb(38,141,132); }
div.DivClassName
{
background-color: #268D84;
}
.BgClassName
{
background-color: #268D84;
}
</style>
border-color css
<style>
span { border-color: #268D84; }
span { border-color: rgb(38,141,132); }
td.TdClassName
{
border-color: #268D84;
}
.TagClassName
{
border-color: #268D84;
}
</style>