Shades of Java #268F8B
Tints of Java #268F8B
RGB
CMYK
RGB Variations
Color information
#268F8B (or 0x268F8B) is known color: Java. HEX triplet: 26, 8F and 8B. RGB value is (38,143,139). Sum of RGB (Red+Green+Blue) = 38+143+139=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #268F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F8B is #D97074. Grayscale: #6F6F6F. Windows color (decimal): -14250101 or 9146150. OLE color: 9146150.
HSL color Cylindrical-coordinate representation of color #268F8B: hue angle of 177.71º 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 #268F8B is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 139 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.44 |
| HSL | 177.71º | 0.58% | 0.35% | - |
| HSV(B) | 177.71º | 0.73% | 0.56% | - |
| XYZ | 15.28 | 21.92 | 27.85 | - |
| YUV | 111.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 139 | 0.73 | 0 | 0.03 | 0.44 | 177.71 | 0.58 | 0.35 |
| Hex | 26 | 8F | 8B | 49 | 0 | 3 | 2C | B2 | 3A | 23 |
| Octal | 46 | 217 | 213 | 111 | 0 | 3 | 54 | 262 | 72 | 43 |
| Binary | 100110 | 10001111 | 10001011 | 1001001 | 0 | 11 | 101100 | 10110010 | 111010 | 100011 |
Color Harmonies of #268F8B
Complementary color
Monochromatic Colors of #268F8B
Black with #268F8B
Text Example
Text Example
White with #268F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F8B; }
p { color: rgb(38,143,139); }
H1.HeaderClassName
{
color: #268F8B;
}
.AnyTagClassName
{
color: #268F8B;
}
</style>
background-color css
<style>
a { background-color: #268F8B; }
a { background-color: rgb(38,143,139); }
div.DivClassName
{
background-color: #268F8B;
}
.BgClassName
{
background-color: #268F8B;
}
</style>
border-color css
<style>
span { border-color: #268F8B; }
span { border-color: rgb(38,143,139); }
td.TdClassName
{
border-color: #268F8B;
}
.TagClassName
{
border-color: #268F8B;
}
</style>