Shades of Java #209B96
Tints of Java #209B96
RGB
CMYK
RGB Variations
Color information
#209B96 (or 0x209B96) is known color: Java. HEX triplet: 20, 9B and 96. RGB value is (32,155,150). Sum of RGB (Red+Green+Blue) = 32+155+150=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #209B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209B96 is #DF6469. Grayscale: #757575. Windows color (decimal): -14640234 or 9870112. OLE color: 9870112.
HSL color Cylindrical-coordinate representation of color #209B96: hue angle of 177.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B96 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 150 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.39 |
| HSL | 177.56º | 0.66% | 0.37% | - |
| HSV(B) | 177.56º | 0.79% | 0.61% | - |
| XYZ | 17.82 | 25.95 | 32.92 | - |
| YUV | 117.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 150 | 0.79 | 0 | 0.03 | 0.39 | 177.56 | 0.66 | 0.37 |
| Hex | 20 | 9B | 96 | 4F | 0 | 3 | 27 | B2 | 42 | 25 |
| Octal | 40 | 233 | 226 | 117 | 0 | 3 | 47 | 262 | 102 | 45 |
| Binary | 100000 | 10011011 | 10010110 | 1001111 | 0 | 11 | 100111 | 10110010 | 1000010 | 100101 |
Color Harmonies of #209B96
Complementary color
Monochromatic Colors of #209B96
Black with #209B96
Text Example
Text Example
White with #209B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B96; }
p { color: rgb(32,155,150); }
H1.HeaderClassName
{
color: #209B96;
}
.AnyTagClassName
{
color: #209B96;
}
</style>
background-color css
<style>
a { background-color: #209B96; }
a { background-color: rgb(32,155,150); }
div.DivClassName
{
background-color: #209B96;
}
.BgClassName
{
background-color: #209B96;
}
</style>
border-color css
<style>
span { border-color: #209B96; }
span { border-color: rgb(32,155,150); }
td.TdClassName
{
border-color: #209B96;
}
.TagClassName
{
border-color: #209B96;
}
</style>