Shades of Java #209E98
Tints of Java #209E98
RGB
CMYK
RGB Variations
Color information
#209E98 (or 0x209E98) is known color: Java. HEX triplet: 20, 9E and 98. RGB value is (32,158,152). Sum of RGB (Red+Green+Blue) = 32+158+152=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #209E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209E98 is #DF6167. Grayscale: #777777. Windows color (decimal): -14639464 or 10001952. OLE color: 10001952.
HSL color Cylindrical-coordinate representation of color #209E98: hue angle of 177.14º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209E98 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 158 | 152 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.38 |
| HSL | 177.14º | 0.66% | 0.37% | - |
| HSV(B) | 177.14º | 0.8% | 0.62% | - |
| XYZ | 18.49 | 27.03 | 33.95 | - |
| YUV | 119.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 158 | 152 | 0.80 | 0 | 0.04 | 0.38 | 177.14 | 0.66 | 0.37 |
| Hex | 20 | 9E | 98 | 50 | 0 | 4 | 26 | B1 | 42 | 25 |
| Octal | 40 | 236 | 230 | 120 | 0 | 4 | 46 | 261 | 102 | 45 |
| Binary | 100000 | 10011110 | 10011000 | 1010000 | 0 | 100 | 100110 | 10110001 | 1000010 | 100101 |
Color Harmonies of #209E98
Complementary color
Monochromatic Colors of #209E98
Black with #209E98
Text Example
Text Example
White with #209E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209E98; }
p { color: rgb(32,158,152); }
H1.HeaderClassName
{
color: #209E98;
}
.AnyTagClassName
{
color: #209E98;
}
</style>
background-color css
<style>
a { background-color: #209E98; }
a { background-color: rgb(32,158,152); }
div.DivClassName
{
background-color: #209E98;
}
.BgClassName
{
background-color: #209E98;
}
</style>
border-color css
<style>
span { border-color: #209E98; }
span { border-color: rgb(32,158,152); }
td.TdClassName
{
border-color: #209E98;
}
.TagClassName
{
border-color: #209E98;
}
</style>