Shades of Java #208A86
Tints of Java #208A86
RGB
CMYK
RGB Variations
Color information
#208A86 (or 0x208A86) is known color: Java. HEX triplet: 20, 8A and 86. RGB value is (32,138,134). Sum of RGB (Red+Green+Blue) = 32+138+134=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #208A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208A86 is #DF7579. Grayscale: #696969. Windows color (decimal): -14644602 or 8817184. OLE color: 8817184.
HSL color Cylindrical-coordinate representation of color #208A86: hue angle of 177.74º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A86 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 134 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.46 |
| HSL | 177.74º | 0.62% | 0.33% | - |
| HSV(B) | 177.74º | 0.77% | 0.54% | - |
| XYZ | 13.99 | 20.21 | 25.72 | - |
| YUV | 105.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 134 | 0.77 | 0 | 0.03 | 0.46 | 177.74 | 0.62 | 0.33 |
| Hex | 20 | 8A | 86 | 4D | 0 | 3 | 2E | B2 | 3E | 21 |
| Octal | 40 | 212 | 206 | 115 | 0 | 3 | 56 | 262 | 76 | 41 |
| Binary | 100000 | 10001010 | 10000110 | 1001101 | 0 | 11 | 101110 | 10110010 | 111110 | 100001 |
Color Harmonies of #208A86
Complementary color
Monochromatic Colors of #208A86
Black with #208A86
Text Example
Text Example
White with #208A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A86; }
p { color: rgb(32,138,134); }
H1.HeaderClassName
{
color: #208A86;
}
.AnyTagClassName
{
color: #208A86;
}
</style>
background-color css
<style>
a { background-color: #208A86; }
a { background-color: rgb(32,138,134); }
div.DivClassName
{
background-color: #208A86;
}
.BgClassName
{
background-color: #208A86;
}
</style>
border-color css
<style>
span { border-color: #208A86; }
span { border-color: rgb(32,138,134); }
td.TdClassName
{
border-color: #208A86;
}
.TagClassName
{
border-color: #208A86;
}
</style>