Shades of Java #20948F
Tints of Java #20948F
RGB
CMYK
RGB Variations
Color information
#20948F (or 0x20948F) is known color: Java. HEX triplet: 20, 94 and 8F. RGB value is (32,148,143). Sum of RGB (Red+Green+Blue) = 32+148+143=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #20948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20948F is #DF6B70. Grayscale: #707070. Windows color (decimal): -14642033 or 9409568. OLE color: 9409568.
HSL color Cylindrical-coordinate representation of color #20948F: hue angle of 177.41º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20948F is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 143 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.42 |
| HSL | 177.41º | 0.64% | 0.35% | - |
| HSV(B) | 177.41º | 0.78% | 0.58% | - |
| XYZ | 16.14 | 23.47 | 29.67 | - |
| YUV | 112.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 143 | 0.78 | 0 | 0.03 | 0.42 | 177.41 | 0.64 | 0.35 |
| Hex | 20 | 94 | 8F | 4E | 0 | 3 | 2A | B1 | 40 | 23 |
| Octal | 40 | 224 | 217 | 116 | 0 | 3 | 52 | 261 | 100 | 43 |
| Binary | 100000 | 10010100 | 10001111 | 1001110 | 0 | 11 | 101010 | 10110001 | 1000000 | 100011 |
Color Harmonies of #20948F
Complementary color
Monochromatic Colors of #20948F
Black with #20948F
Text Example
Text Example
White with #20948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20948F; }
p { color: rgb(32,148,143); }
H1.HeaderClassName
{
color: #20948F;
}
.AnyTagClassName
{
color: #20948F;
}
</style>
background-color css
<style>
a { background-color: #20948F; }
a { background-color: rgb(32,148,143); }
div.DivClassName
{
background-color: #20948F;
}
.BgClassName
{
background-color: #20948F;
}
</style>
border-color css
<style>
span { border-color: #20948F; }
span { border-color: rgb(32,148,143); }
td.TdClassName
{
border-color: #20948F;
}
.TagClassName
{
border-color: #20948F;
}
</style>