Shades of Java #209DA0
Tints of Java #209DA0
RGB
CMYK
RGB Variations
Color information
#209DA0 (or 0x209DA0) is known color: Java. HEX triplet: 20, 9D and A0. RGB value is (32,157,160). Sum of RGB (Red+Green+Blue) = 32+157+160=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #209DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209DA0 is #DF625F. Grayscale: #777777. Windows color (decimal): -14639712 or 10525984. OLE color: 10525984.
HSL color Cylindrical-coordinate representation of color #209DA0: hue angle of 181.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209DA0 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 157 | 160 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.37 |
| HSL | 181.41º | 0.67% | 0.38% | - |
| HSV(B) | 181.41º | 0.8% | 0.63% | - |
| XYZ | 19 | 26.96 | 37.46 | - |
| YUV | 119.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 160 | 0.80 | 0.02 | 0 | 0.37 | 181.41 | 0.67 | 0.38 |
| Hex | 20 | 9D | A0 | 50 | 2 | 0 | 25 | B5 | 43 | 26 |
| Octal | 40 | 235 | 240 | 120 | 2 | 0 | 45 | 265 | 103 | 46 |
| Binary | 100000 | 10011101 | 10100000 | 1010000 | 10 | 0 | 100101 | 10110101 | 1000011 | 100110 |
Color Harmonies of #209DA0
Complementary color
Monochromatic Colors of #209DA0
Black with #209DA0
Text Example
Text Example
White with #209DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DA0; }
p { color: rgb(32,157,160); }
H1.HeaderClassName
{
color: #209DA0;
}
.AnyTagClassName
{
color: #209DA0;
}
</style>
background-color css
<style>
a { background-color: #209DA0; }
a { background-color: rgb(32,157,160); }
div.DivClassName
{
background-color: #209DA0;
}
.BgClassName
{
background-color: #209DA0;
}
</style>
border-color css
<style>
span { border-color: #209DA0; }
span { border-color: rgb(32,157,160); }
td.TdClassName
{
border-color: #209DA0;
}
.TagClassName
{
border-color: #209DA0;
}
</style>