Shades of Java #269897
Tints of Java #269897
RGB
CMYK
RGB Variations
Color information
#269897 (or 0x269897) is known color: Java. HEX triplet: 26, 98 and 97. RGB value is (38,152,151). Sum of RGB (Red+Green+Blue) = 38+152+151=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #269897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269897 is #D96768. Grayscale: #757575. Windows color (decimal): -14247785 or 9934886. OLE color: 9934886.
HSL color Cylindrical-coordinate representation of color #269897: hue angle of 179.47º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269897 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 151 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.40 |
| HSL | 179.47º | 0.6% | 0.37% | - |
| HSV(B) | 179.47º | 0.75% | 0.6% | - |
| XYZ | 17.61 | 25.1 | 33.2 | - |
| YUV | 117.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 151 | 0.75 | 0 | 0.01 | 0.40 | 179.47 | 0.6 | 0.37 |
| Hex | 26 | 98 | 97 | 4B | 0 | 1 | 28 | B3 | 3C | 25 |
| Octal | 46 | 230 | 227 | 113 | 0 | 1 | 50 | 263 | 74 | 45 |
| Binary | 100110 | 10011000 | 10010111 | 1001011 | 0 | 1 | 101000 | 10110011 | 111100 | 100101 |
Color Harmonies of #269897
Complementary color
Monochromatic Colors of #269897
Black with #269897
Text Example
Text Example
White with #269897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269897; }
p { color: rgb(38,152,151); }
H1.HeaderClassName
{
color: #269897;
}
.AnyTagClassName
{
color: #269897;
}
</style>
background-color css
<style>
a { background-color: #269897; }
a { background-color: rgb(38,152,151); }
div.DivClassName
{
background-color: #269897;
}
.BgClassName
{
background-color: #269897;
}
</style>
border-color css
<style>
span { border-color: #269897; }
span { border-color: rgb(38,152,151); }
td.TdClassName
{
border-color: #269897;
}
.TagClassName
{
border-color: #269897;
}
</style>