Shades of Java #209D9A
Tints of Java #209D9A
RGB
CMYK
RGB Variations
Color information
#209D9A (or 0x209D9A) is known color: Java. HEX triplet: 20, 9D and 9A. RGB value is (32,157,154). Sum of RGB (Red+Green+Blue) = 32+157+154=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #209D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209D9A is #DF6265. Grayscale: #777777. Windows color (decimal): -14639718 or 10132768. OLE color: 10132768.
HSL color Cylindrical-coordinate representation of color #209D9A: hue angle of 178.56º 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 #209D9A is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 157 | 154 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.38 |
| HSL | 178.56º | 0.66% | 0.37% | - |
| HSV(B) | 178.56º | 0.8% | 0.62% | - |
| XYZ | 18.49 | 26.75 | 34.76 | - |
| YUV | 119.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 154 | 0.80 | 0 | 0.02 | 0.38 | 178.56 | 0.66 | 0.37 |
| Hex | 20 | 9D | 9A | 50 | 0 | 2 | 26 | B3 | 42 | 25 |
| Octal | 40 | 235 | 232 | 120 | 0 | 2 | 46 | 263 | 102 | 45 |
| Binary | 100000 | 10011101 | 10011010 | 1010000 | 0 | 10 | 100110 | 10110011 | 1000010 | 100101 |
Color Harmonies of #209D9A
Complementary color
Monochromatic Colors of #209D9A
Black with #209D9A
Text Example
Text Example
White with #209D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209D9A; }
p { color: rgb(32,157,154); }
H1.HeaderClassName
{
color: #209D9A;
}
.AnyTagClassName
{
color: #209D9A;
}
</style>
background-color css
<style>
a { background-color: #209D9A; }
a { background-color: rgb(32,157,154); }
div.DivClassName
{
background-color: #209D9A;
}
.BgClassName
{
background-color: #209D9A;
}
</style>
border-color css
<style>
span { border-color: #209D9A; }
span { border-color: rgb(32,157,154); }
td.TdClassName
{
border-color: #209D9A;
}
.TagClassName
{
border-color: #209D9A;
}
</style>