Shades of Java #209B98
Tints of Java #209B98
RGB
CMYK
RGB Variations
Color information
#209B98 (or 0x209B98) is known color: Java. HEX triplet: 20, 9B and 98. RGB value is (32,155,152). Sum of RGB (Red+Green+Blue) = 32+155+152=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #209B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209B98 is #DF6467. Grayscale: #757575. Windows color (decimal): -14640232 or 10001184. OLE color: 10001184.
HSL color Cylindrical-coordinate representation of color #209B98: hue angle of 178.54º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B98 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 152 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.39 |
| HSL | 178.54º | 0.66% | 0.37% | - |
| HSV(B) | 178.54º | 0.79% | 0.61% | - |
| XYZ | 17.98 | 26.02 | 33.78 | - |
| YUV | 117.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 152 | 0.79 | 0 | 0.02 | 0.39 | 178.54 | 0.66 | 0.37 |
| Hex | 20 | 9B | 98 | 4F | 0 | 2 | 27 | B3 | 42 | 25 |
| Octal | 40 | 233 | 230 | 117 | 0 | 2 | 47 | 263 | 102 | 45 |
| Binary | 100000 | 10011011 | 10011000 | 1001111 | 0 | 10 | 100111 | 10110011 | 1000010 | 100101 |
Color Harmonies of #209B98
Complementary color
Monochromatic Colors of #209B98
Black with #209B98
Text Example
Text Example
White with #209B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B98; }
p { color: rgb(32,155,152); }
H1.HeaderClassName
{
color: #209B98;
}
.AnyTagClassName
{
color: #209B98;
}
</style>
background-color css
<style>
a { background-color: #209B98; }
a { background-color: rgb(32,155,152); }
div.DivClassName
{
background-color: #209B98;
}
.BgClassName
{
background-color: #209B98;
}
</style>
border-color css
<style>
span { border-color: #209B98; }
span { border-color: rgb(32,155,152); }
td.TdClassName
{
border-color: #209B98;
}
.TagClassName
{
border-color: #209B98;
}
</style>