Shades of Java #209CA0
Tints of Java #209CA0
RGB
CMYK
RGB Variations
Color information
#209CA0 (or 0x209CA0) is known color: Java. HEX triplet: 20, 9C and A0. RGB value is (32,156,160). Sum of RGB (Red+Green+Blue) = 32+156+160=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 160 - color contains mainly: blue. Hex color #209CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209CA0 is #DF635F. Grayscale: #777777. Windows color (decimal): -14639968 or 10525728. OLE color: 10525728.
HSL color Cylindrical-coordinate representation of color #209CA0: hue angle of 181.88º 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 #209CA0 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 156 | 160 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.37 |
| HSL | 181.88º | 0.67% | 0.38% | - |
| HSV(B) | 181.88º | 0.8% | 0.63% | - |
| XYZ | 18.83 | 26.62 | 37.4 | - |
| YUV | 119.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 160 | 0.80 | 0.02 | 0 | 0.37 | 181.88 | 0.67 | 0.38 |
| Hex | 20 | 9C | A0 | 50 | 2 | 0 | 25 | B6 | 43 | 26 |
| Octal | 40 | 234 | 240 | 120 | 2 | 0 | 45 | 266 | 103 | 46 |
| Binary | 100000 | 10011100 | 10100000 | 1010000 | 10 | 0 | 100101 | 10110110 | 1000011 | 100110 |
Color Harmonies of #209CA0
Complementary color
Monochromatic Colors of #209CA0
Black with #209CA0
Text Example
Text Example
White with #209CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CA0; }
p { color: rgb(32,156,160); }
H1.HeaderClassName
{
color: #209CA0;
}
.AnyTagClassName
{
color: #209CA0;
}
</style>
background-color css
<style>
a { background-color: #209CA0; }
a { background-color: rgb(32,156,160); }
div.DivClassName
{
background-color: #209CA0;
}
.BgClassName
{
background-color: #209CA0;
}
</style>
border-color css
<style>
span { border-color: #209CA0; }
span { border-color: rgb(32,156,160); }
td.TdClassName
{
border-color: #209CA0;
}
.TagClassName
{
border-color: #209CA0;
}
</style>