Shades of Java #20878A
Tints of Java #20878A
RGB
CMYK
RGB Variations
Color information
#20878A (or 0x20878A) is known color: Java. HEX triplet: 20, 87 and 8A. RGB value is (32,135,138). Sum of RGB (Red+Green+Blue) = 32+135+138=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #20878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20878A is #DF7875. Grayscale: #686868. Windows color (decimal): -14645366 or 9078560. OLE color: 9078560.
HSL color Cylindrical-coordinate representation of color #20878A: hue angle of 181.7º 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 #20878A is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 135 | 138 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.46 |
| HSL | 181.7º | 0.62% | 0.33% | - |
| HSV(B) | 181.7º | 0.77% | 0.54% | - |
| XYZ | 13.85 | 19.47 | 27.07 | - |
| YUV | 104.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 138 | 0.77 | 0.02 | 0 | 0.46 | 181.7 | 0.62 | 0.33 |
| Hex | 20 | 87 | 8A | 4D | 2 | 0 | 2E | B6 | 3E | 21 |
| Octal | 40 | 207 | 212 | 115 | 2 | 0 | 56 | 266 | 76 | 41 |
| Binary | 100000 | 10000111 | 10001010 | 1001101 | 10 | 0 | 101110 | 10110110 | 111110 | 100001 |
Color Harmonies of #20878A
Complementary color
Monochromatic Colors of #20878A
Black with #20878A
Text Example
Text Example
White with #20878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20878A; }
p { color: rgb(32,135,138); }
H1.HeaderClassName
{
color: #20878A;
}
.AnyTagClassName
{
color: #20878A;
}
</style>
background-color css
<style>
a { background-color: #20878A; }
a { background-color: rgb(32,135,138); }
div.DivClassName
{
background-color: #20878A;
}
.BgClassName
{
background-color: #20878A;
}
</style>
border-color css
<style>
span { border-color: #20878A; }
span { border-color: rgb(32,135,138); }
td.TdClassName
{
border-color: #20878A;
}
.TagClassName
{
border-color: #20878A;
}
</style>