Shades of Java #209687
Tints of Java #209687
RGB
CMYK
RGB Variations
Color information
#209687 (or 0x209687) is known color: Java. HEX triplet: 20, 96 and 87. RGB value is (32,150,135). Sum of RGB (Red+Green+Blue) = 32+150+135=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #209687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209687 is #DF6978. Grayscale: #707070. Windows color (decimal): -14641529 or 8885792. OLE color: 8885792.
HSL color Cylindrical-coordinate representation of color #209687: hue angle of 172.37º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209687 is Cyan = 0.79, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 135 | - |
| CMYK | 0.79 | 0 | 0.1 | 0.41 |
| HSL | 172.37º | 0.65% | 0.36% | - |
| HSV(B) | 172.37º | 0.79% | 0.59% | - |
| XYZ | 15.88 | 23.87 | 26.69 | - |
| YUV | 113.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 135 | 0.79 | 0 | 0.1 | 0.41 | 172.37 | 0.65 | 0.36 |
| Hex | 20 | 96 | 87 | 4F | 0 | A | 29 | AC | 41 | 24 |
| Octal | 40 | 226 | 207 | 117 | 0 | 12 | 51 | 254 | 101 | 44 |
| Binary | 100000 | 10010110 | 10000111 | 1001111 | 0 | 1010 | 101001 | 10101100 | 1000001 | 100100 |
Color Harmonies of #209687
Complementary color
Monochromatic Colors of #209687
Black with #209687
Text Example
Text Example
White with #209687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209687; }
p { color: rgb(32,150,135); }
H1.HeaderClassName
{
color: #209687;
}
.AnyTagClassName
{
color: #209687;
}
</style>
background-color css
<style>
a { background-color: #209687; }
a { background-color: rgb(32,150,135); }
div.DivClassName
{
background-color: #209687;
}
.BgClassName
{
background-color: #209687;
}
</style>
border-color css
<style>
span { border-color: #209687; }
span { border-color: rgb(32,150,135); }
td.TdClassName
{
border-color: #209687;
}
.TagClassName
{
border-color: #209687;
}
</style>