Shades of Java #268F83
Tints of Java #268F83
RGB
CMYK
RGB Variations
Color information
#268F83 (or 0x268F83) is known color: Java. HEX triplet: 26, 8F and 83. RGB value is (38,143,131). Sum of RGB (Red+Green+Blue) = 38+143+131=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #268F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F83 is #D9707C. Grayscale: #6E6E6E. Windows color (decimal): -14250109 or 8621862. OLE color: 8621862.
HSL color Cylindrical-coordinate representation of color #268F83: hue angle of 173.14º 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 #268F83 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 131 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.44 |
| HSL | 173.14º | 0.58% | 0.35% | - |
| HSV(B) | 173.14º | 0.73% | 0.56% | - |
| XYZ | 14.72 | 21.7 | 24.88 | - |
| YUV | 110.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 131 | 0.73 | 0 | 0.08 | 0.44 | 173.14 | 0.58 | 0.35 |
| Hex | 26 | 8F | 83 | 49 | 0 | 8 | 2C | AD | 3A | 23 |
| Octal | 46 | 217 | 203 | 111 | 0 | 10 | 54 | 255 | 72 | 43 |
| Binary | 100110 | 10001111 | 10000011 | 1001001 | 0 | 1000 | 101100 | 10101101 | 111010 | 100011 |
Color Harmonies of #268F83
Complementary color
Monochromatic Colors of #268F83
Black with #268F83
Text Example
Text Example
White with #268F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F83; }
p { color: rgb(38,143,131); }
H1.HeaderClassName
{
color: #268F83;
}
.AnyTagClassName
{
color: #268F83;
}
</style>
background-color css
<style>
a { background-color: #268F83; }
a { background-color: rgb(38,143,131); }
div.DivClassName
{
background-color: #268F83;
}
.BgClassName
{
background-color: #268F83;
}
</style>
border-color css
<style>
span { border-color: #268F83; }
span { border-color: rgb(38,143,131); }
td.TdClassName
{
border-color: #268F83;
}
.TagClassName
{
border-color: #268F83;
}
</style>