Shades of Java #269A90
Tints of Java #269A90
RGB
CMYK
RGB Variations
Color information
#269A90 (or 0x269A90) is known color: Java. HEX triplet: 26, 9A and 90. RGB value is (38,154,144). Sum of RGB (Red+Green+Blue) = 38+154+144=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #269A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A90 is #D9656F. Grayscale: #767676. Windows color (decimal): -14247280 or 9476646. OLE color: 9476646.
HSL color Cylindrical-coordinate representation of color #269A90: hue angle of 174.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A90 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 144 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.40 |
| HSL | 174.83º | 0.6% | 0.38% | - |
| HSV(B) | 174.83º | 0.75% | 0.6% | - |
| XYZ | 17.39 | 25.54 | 30.4 | - |
| YUV | 118.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 144 | 0.75 | 0 | 0.06 | 0.40 | 174.83 | 0.6 | 0.38 |
| Hex | 26 | 9A | 90 | 4B | 0 | 6 | 28 | AF | 3C | 26 |
| Octal | 46 | 232 | 220 | 113 | 0 | 6 | 50 | 257 | 74 | 46 |
| Binary | 100110 | 10011010 | 10010000 | 1001011 | 0 | 110 | 101000 | 10101111 | 111100 | 100110 |
Color Harmonies of #269A90
Complementary color
Monochromatic Colors of #269A90
Black with #269A90
Text Example
Text Example
White with #269A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A90; }
p { color: rgb(38,154,144); }
H1.HeaderClassName
{
color: #269A90;
}
.AnyTagClassName
{
color: #269A90;
}
</style>
background-color css
<style>
a { background-color: #269A90; }
a { background-color: rgb(38,154,144); }
div.DivClassName
{
background-color: #269A90;
}
.BgClassName
{
background-color: #269A90;
}
</style>
border-color css
<style>
span { border-color: #269A90; }
span { border-color: rgb(38,154,144); }
td.TdClassName
{
border-color: #269A90;
}
.TagClassName
{
border-color: #269A90;
}
</style>