Shades of Java #269F99
Tints of Java #269F99
RGB
CMYK
RGB Variations
Color information
#269F99 (or 0x269F99) is known color: Java. HEX triplet: 26, 9F and 99. RGB value is (38,159,153). Sum of RGB (Red+Green+Blue) = 38+159+153=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #269F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269F99 is #D96066. Grayscale: #7A7A7A. Windows color (decimal): -14245991 or 10067750. OLE color: 10067750.
HSL color Cylindrical-coordinate representation of color #269F99: hue angle of 177.02º 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 #269F99 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 153 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.38 |
| HSL | 177.02º | 0.61% | 0.39% | - |
| HSV(B) | 177.02º | 0.76% | 0.62% | - |
| XYZ | 18.95 | 27.51 | 34.45 | - |
| YUV | 122.14 | 145.41 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 153 | 0.76 | 0 | 0.04 | 0.38 | 177.02 | 0.61 | 0.39 |
| Hex | 26 | 9F | 99 | 4C | 0 | 4 | 26 | B1 | 3D | 27 |
| Octal | 46 | 237 | 231 | 114 | 0 | 4 | 46 | 261 | 75 | 47 |
| Binary | 100110 | 10011111 | 10011001 | 1001100 | 0 | 100 | 100110 | 10110001 | 111101 | 100111 |
Color Harmonies of #269F99
Complementary color
Monochromatic Colors of #269F99
Black with #269F99
Text Example
Text Example
White with #269F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F99; }
p { color: rgb(38,159,153); }
H1.HeaderClassName
{
color: #269F99;
}
.AnyTagClassName
{
color: #269F99;
}
</style>
background-color css
<style>
a { background-color: #269F99; }
a { background-color: rgb(38,159,153); }
div.DivClassName
{
background-color: #269F99;
}
.BgClassName
{
background-color: #269F99;
}
</style>
border-color css
<style>
span { border-color: #269F99; }
span { border-color: rgb(38,159,153); }
td.TdClassName
{
border-color: #269F99;
}
.TagClassName
{
border-color: #269F99;
}
</style>