Shades of Java #208D9C
Tints of Java #208D9C
RGB
CMYK
RGB Variations
Color information
#208D9C (or 0x208D9C) is known color: Java. HEX triplet: 20, 8D and 9C. RGB value is (32,141,156). Sum of RGB (Red+Green+Blue) = 32+141+156=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #208D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208D9C is #DF7263. Grayscale: #6D6D6D. Windows color (decimal): -14643812 or 10259744. OLE color: 10259744.
HSL color Cylindrical-coordinate representation of color #208D9C: hue angle of 187.26º 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 #208D9C is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 141 | 156 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.39 |
| HSL | 187.26º | 0.66% | 0.37% | - |
| HSV(B) | 187.26º | 0.79% | 0.61% | - |
| XYZ | 16.12 | 21.76 | 34.8 | - |
| YUV | 110.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 156 | 0.79 | 0.10 | 0 | 0.39 | 187.26 | 0.66 | 0.37 |
| Hex | 20 | 8D | 9C | 4F | A | 0 | 27 | BB | 42 | 25 |
| Octal | 40 | 215 | 234 | 117 | 12 | 0 | 47 | 273 | 102 | 45 |
| Binary | 100000 | 10001101 | 10011100 | 1001111 | 1010 | 0 | 100111 | 10111011 | 1000010 | 100101 |
Color Harmonies of #208D9C
Complementary color
Monochromatic Colors of #208D9C
Black with #208D9C
Text Example
Text Example
White with #208D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D9C; }
p { color: rgb(32,141,156); }
H1.HeaderClassName
{
color: #208D9C;
}
.AnyTagClassName
{
color: #208D9C;
}
</style>
background-color css
<style>
a { background-color: #208D9C; }
a { background-color: rgb(32,141,156); }
div.DivClassName
{
background-color: #208D9C;
}
.BgClassName
{
background-color: #208D9C;
}
</style>
border-color css
<style>
span { border-color: #208D9C; }
span { border-color: rgb(32,141,156); }
td.TdClassName
{
border-color: #208D9C;
}
.TagClassName
{
border-color: #208D9C;
}
</style>