Shades of Java #269D9A
Tints of Java #269D9A
RGB
CMYK
RGB Variations
Color information
#269D9A (or 0x269D9A) is known color: Java. HEX triplet: 26, 9D and 9A. RGB value is (38,157,154). Sum of RGB (Red+Green+Blue) = 38+157+154=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #269D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D9A is #D96265. Grayscale: #787878. Windows color (decimal): -14246502 or 10132774. OLE color: 10132774.
HSL color Cylindrical-coordinate representation of color #269D9A: hue angle of 178.49º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D9A is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 154 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.38 |
| HSL | 178.49º | 0.61% | 0.38% | - |
| HSV(B) | 178.49º | 0.76% | 0.62% | - |
| XYZ | 18.69 | 26.86 | 34.77 | - |
| YUV | 121.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 154 | 0.76 | 0 | 0.02 | 0.38 | 178.49 | 0.61 | 0.38 |
| Hex | 26 | 9D | 9A | 4C | 0 | 2 | 26 | B2 | 3D | 26 |
| Octal | 46 | 235 | 232 | 114 | 0 | 2 | 46 | 262 | 75 | 46 |
| Binary | 100110 | 10011101 | 10011010 | 1001100 | 0 | 10 | 100110 | 10110010 | 111101 | 100110 |
Color Harmonies of #269D9A
Complementary color
Monochromatic Colors of #269D9A
Black with #269D9A
Text Example
Text Example
White with #269D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D9A; }
p { color: rgb(38,157,154); }
H1.HeaderClassName
{
color: #269D9A;
}
.AnyTagClassName
{
color: #269D9A;
}
</style>
background-color css
<style>
a { background-color: #269D9A; }
a { background-color: rgb(38,157,154); }
div.DivClassName
{
background-color: #269D9A;
}
.BgClassName
{
background-color: #269D9A;
}
</style>
border-color css
<style>
span { border-color: #269D9A; }
span { border-color: rgb(38,157,154); }
td.TdClassName
{
border-color: #269D9A;
}
.TagClassName
{
border-color: #269D9A;
}
</style>