Shades of Java #268A8C
Tints of Java #268A8C
RGB
CMYK
RGB Variations
Color information
#268A8C (or 0x268A8C) is known color: Java. HEX triplet: 26, 8A and 8C. RGB value is (38,138,140). Sum of RGB (Red+Green+Blue) = 38+138+140=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #268A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A8C is #D97573. Grayscale: #6C6C6C. Windows color (decimal): -14251380 or 9210406. OLE color: 9210406.
HSL color Cylindrical-coordinate representation of color #268A8C: hue angle of 181.18º degrees, saturation: 0.57, 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 #268A8C is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 138 | 140 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.45 |
| HSL | 181.18º | 0.57% | 0.35% | - |
| HSV(B) | 181.18º | 0.73% | 0.55% | - |
| XYZ | 14.62 | 20.48 | 27.99 | - |
| YUV | 108.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 140 | 0.73 | 0.01 | 0 | 0.45 | 181.18 | 0.57 | 0.35 |
| Hex | 26 | 8A | 8C | 49 | 1 | 0 | 2D | B5 | 39 | 23 |
| Octal | 46 | 212 | 214 | 111 | 1 | 0 | 55 | 265 | 71 | 43 |
| Binary | 100110 | 10001010 | 10001100 | 1001001 | 1 | 0 | 101101 | 10110101 | 111001 | 100011 |
Color Harmonies of #268A8C
Complementary color
Monochromatic Colors of #268A8C
Black with #268A8C
Text Example
Text Example
White with #268A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A8C; }
p { color: rgb(38,138,140); }
H1.HeaderClassName
{
color: #268A8C;
}
.AnyTagClassName
{
color: #268A8C;
}
</style>
background-color css
<style>
a { background-color: #268A8C; }
a { background-color: rgb(38,138,140); }
div.DivClassName
{
background-color: #268A8C;
}
.BgClassName
{
background-color: #268A8C;
}
</style>
border-color css
<style>
span { border-color: #268A8C; }
span { border-color: rgb(38,138,140); }
td.TdClassName
{
border-color: #268A8C;
}
.TagClassName
{
border-color: #268A8C;
}
</style>