Shades of Java #269F9A
Tints of Java #269F9A
RGB
CMYK
RGB Variations
Color information
#269F9A (or 0x269F9A) is known color: Java. HEX triplet: 26, 9F and 9A. RGB value is (38,159,154). Sum of RGB (Red+Green+Blue) = 38+159+154=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #269F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269F9A is #D96065. Grayscale: #7A7A7A. Windows color (decimal): -14245990 or 10133286. OLE color: 10133286.
HSL color Cylindrical-coordinate representation of color #269F9A: hue angle of 177.52º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F9A is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 154 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.38 |
| HSL | 177.52º | 0.61% | 0.39% | - |
| HSV(B) | 177.52º | 0.76% | 0.62% | - |
| XYZ | 19.03 | 27.54 | 34.88 | - |
| YUV | 122.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 154 | 0.76 | 0 | 0.03 | 0.38 | 177.52 | 0.61 | 0.39 |
| Hex | 26 | 9F | 9A | 4C | 0 | 3 | 26 | B2 | 3D | 27 |
| Octal | 46 | 237 | 232 | 114 | 0 | 3 | 46 | 262 | 75 | 47 |
| Binary | 100110 | 10011111 | 10011010 | 1001100 | 0 | 11 | 100110 | 10110010 | 111101 | 100111 |
Color Harmonies of #269F9A
Complementary color
Monochromatic Colors of #269F9A
Black with #269F9A
Text Example
Text Example
White with #269F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F9A; }
p { color: rgb(38,159,154); }
H1.HeaderClassName
{
color: #269F9A;
}
.AnyTagClassName
{
color: #269F9A;
}
</style>
background-color css
<style>
a { background-color: #269F9A; }
a { background-color: rgb(38,159,154); }
div.DivClassName
{
background-color: #269F9A;
}
.BgClassName
{
background-color: #269F9A;
}
</style>
border-color css
<style>
span { border-color: #269F9A; }
span { border-color: rgb(38,159,154); }
td.TdClassName
{
border-color: #269F9A;
}
.TagClassName
{
border-color: #269F9A;
}
</style>