Shades of Java #209D8E
Tints of Java #209D8E
RGB
CMYK
RGB Variations
Color information
#209D8E (or 0x209D8E) is known color: Java. HEX triplet: 20, 9D and 8E. RGB value is (32,157,142). Sum of RGB (Red+Green+Blue) = 32+157+142=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #209D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209D8E is #DF6271. Grayscale: #757575. Windows color (decimal): -14639730 or 9346336. OLE color: 9346336.
HSL color Cylindrical-coordinate representation of color #209D8E: hue angle of 172.8º 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 #209D8E is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 157 | 142 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.38 |
| HSL | 172.8º | 0.66% | 0.37% | - |
| HSV(B) | 172.8º | 0.8% | 0.62% | - |
| XYZ | 17.54 | 26.37 | 29.76 | - |
| YUV | 117.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 142 | 0.80 | 0 | 0.10 | 0.38 | 172.8 | 0.66 | 0.37 |
| Hex | 20 | 9D | 8E | 50 | 0 | A | 26 | AD | 42 | 25 |
| Octal | 40 | 235 | 216 | 120 | 0 | 12 | 46 | 255 | 102 | 45 |
| Binary | 100000 | 10011101 | 10001110 | 1010000 | 0 | 1010 | 100110 | 10101101 | 1000010 | 100101 |
Color Harmonies of #209D8E
Complementary color
Monochromatic Colors of #209D8E
Black with #209D8E
Text Example
Text Example
White with #209D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209D8E; }
p { color: rgb(32,157,142); }
H1.HeaderClassName
{
color: #209D8E;
}
.AnyTagClassName
{
color: #209D8E;
}
</style>
background-color css
<style>
a { background-color: #209D8E; }
a { background-color: rgb(32,157,142); }
div.DivClassName
{
background-color: #209D8E;
}
.BgClassName
{
background-color: #209D8E;
}
</style>
border-color css
<style>
span { border-color: #209D8E; }
span { border-color: rgb(32,157,142); }
td.TdClassName
{
border-color: #209D8E;
}
.TagClassName
{
border-color: #209D8E;
}
</style>