Shades of Java #209C98
Tints of Java #209C98
RGB
CMYK
RGB Variations
Color information
#209C98 (or 0x209C98) is known color: Java. HEX triplet: 20, 9C and 98. RGB value is (32,156,152). Sum of RGB (Red+Green+Blue) = 32+156+152=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #209C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209C98 is #DF6367. Grayscale: #767676. Windows color (decimal): -14639976 or 10001440. OLE color: 10001440.
HSL color Cylindrical-coordinate representation of color #209C98: hue angle of 178.06º 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 #209C98 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 156 | 152 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.39 |
| HSL | 178.06º | 0.66% | 0.37% | - |
| HSV(B) | 178.06º | 0.79% | 0.61% | - |
| XYZ | 18.15 | 26.35 | 33.84 | - |
| YUV | 118.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 152 | 0.79 | 0 | 0.03 | 0.39 | 178.06 | 0.66 | 0.37 |
| Hex | 20 | 9C | 98 | 4F | 0 | 3 | 27 | B2 | 42 | 25 |
| Octal | 40 | 234 | 230 | 117 | 0 | 3 | 47 | 262 | 102 | 45 |
| Binary | 100000 | 10011100 | 10011000 | 1001111 | 0 | 11 | 100111 | 10110010 | 1000010 | 100101 |
Color Harmonies of #209C98
Complementary color
Monochromatic Colors of #209C98
Black with #209C98
Text Example
Text Example
White with #209C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209C98; }
p { color: rgb(32,156,152); }
H1.HeaderClassName
{
color: #209C98;
}
.AnyTagClassName
{
color: #209C98;
}
</style>
background-color css
<style>
a { background-color: #209C98; }
a { background-color: rgb(32,156,152); }
div.DivClassName
{
background-color: #209C98;
}
.BgClassName
{
background-color: #209C98;
}
</style>
border-color css
<style>
span { border-color: #209C98; }
span { border-color: rgb(32,156,152); }
td.TdClassName
{
border-color: #209C98;
}
.TagClassName
{
border-color: #209C98;
}
</style>