Shades of Java #269D93
Tints of Java #269D93
RGB
CMYK
RGB Variations
Color information
#269D93 (or 0x269D93) is known color: Java. HEX triplet: 26, 9D and 93. RGB value is (38,157,147). Sum of RGB (Red+Green+Blue) = 38+157+147=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #269D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D93 is #D9626C. Grayscale: #787878. Windows color (decimal): -14246509 or 9674022. OLE color: 9674022.
HSL color Cylindrical-coordinate representation of color #269D93: hue angle of 174.96º 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 #269D93 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 147 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.38 |
| HSL | 174.96º | 0.61% | 0.38% | - |
| HSV(B) | 174.96º | 0.76% | 0.62% | - |
| XYZ | 18.12 | 26.63 | 31.79 | - |
| YUV | 120.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 147 | 0.76 | 0 | 0.06 | 0.38 | 174.96 | 0.61 | 0.38 |
| Hex | 26 | 9D | 93 | 4C | 0 | 6 | 26 | AF | 3D | 26 |
| Octal | 46 | 235 | 223 | 114 | 0 | 6 | 46 | 257 | 75 | 46 |
| Binary | 100110 | 10011101 | 10010011 | 1001100 | 0 | 110 | 100110 | 10101111 | 111101 | 100110 |
Color Harmonies of #269D93
Complementary color
Monochromatic Colors of #269D93
Black with #269D93
Text Example
Text Example
White with #269D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D93; }
p { color: rgb(38,157,147); }
H1.HeaderClassName
{
color: #269D93;
}
.AnyTagClassName
{
color: #269D93;
}
</style>
background-color css
<style>
a { background-color: #269D93; }
a { background-color: rgb(38,157,147); }
div.DivClassName
{
background-color: #269D93;
}
.BgClassName
{
background-color: #269D93;
}
</style>
border-color css
<style>
span { border-color: #269D93; }
span { border-color: rgb(38,157,147); }
td.TdClassName
{
border-color: #269D93;
}
.TagClassName
{
border-color: #269D93;
}
</style>