Shades of Java #209396
Tints of Java #209396
RGB
CMYK
RGB Variations
Color information
#209396 (or 0x209396) is known color: Java. HEX triplet: 20, 93 and 96. RGB value is (32,147,150). Sum of RGB (Red+Green+Blue) = 32+147+150=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #209396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209396 is #DF6C69. Grayscale: #707070. Windows color (decimal): -14642282 or 9868064. OLE color: 9868064.
HSL color Cylindrical-coordinate representation of color #209396: hue angle of 181.53º 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 #209396 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 147 | 150 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.41 |
| HSL | 181.53º | 0.65% | 0.36% | - |
| HSV(B) | 181.53º | 0.79% | 0.59% | - |
| XYZ | 16.53 | 23.38 | 32.49 | - |
| YUV | 112.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 150 | 0.79 | 0.02 | 0 | 0.41 | 181.53 | 0.65 | 0.36 |
| Hex | 20 | 93 | 96 | 4F | 2 | 0 | 29 | B6 | 41 | 24 |
| Octal | 40 | 223 | 226 | 117 | 2 | 0 | 51 | 266 | 101 | 44 |
| Binary | 100000 | 10010011 | 10010110 | 1001111 | 10 | 0 | 101001 | 10110110 | 1000001 | 100100 |
Color Harmonies of #209396
Complementary color
Monochromatic Colors of #209396
Black with #209396
Text Example
Text Example
White with #209396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209396; }
p { color: rgb(32,147,150); }
H1.HeaderClassName
{
color: #209396;
}
.AnyTagClassName
{
color: #209396;
}
</style>
background-color css
<style>
a { background-color: #209396; }
a { background-color: rgb(32,147,150); }
div.DivClassName
{
background-color: #209396;
}
.BgClassName
{
background-color: #209396;
}
</style>
border-color css
<style>
span { border-color: #209396; }
span { border-color: rgb(32,147,150); }
td.TdClassName
{
border-color: #209396;
}
.TagClassName
{
border-color: #209396;
}
</style>