Shades of Java #31A19D
Tints of Java #31A19D
RGB
CMYK
RGB Variations
Color information
#31A19D (or 0x31A19D) is known color: Java. HEX triplet: 31, A1 and 9D. RGB value is (49,161,157). Sum of RGB (Red+Green+Blue) = 49+161+157=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #31A19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A19D is #CE5E62. Grayscale: #7E7E7E. Windows color (decimal): -13524579 or 10330417. OLE color: 10330417.
HSL color Cylindrical-coordinate representation of color #31A19D: hue angle of 177.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A19D is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 157 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.37 |
| HSL | 177.86º | 0.53% | 0.41% | - |
| HSV(B) | 177.86º | 0.7% | 0.63% | - |
| XYZ | 20.1 | 28.58 | 36.35 | - |
| YUV | 127.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 157 | 0.70 | 0 | 0.02 | 0.37 | 177.86 | 0.53 | 0.41 |
| Hex | 31 | A1 | 9D | 46 | 0 | 2 | 25 | B2 | 35 | 29 |
| Octal | 61 | 241 | 235 | 106 | 0 | 2 | 45 | 262 | 65 | 51 |
| Binary | 110001 | 10100001 | 10011101 | 1000110 | 0 | 10 | 100101 | 10110010 | 110101 | 101001 |
Color Harmonies of #31A19D
Complementary color
Monochromatic Colors of #31A19D
Black with #31A19D
Text Example
Text Example
White with #31A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A19D; }
p { color: rgb(49,161,157); }
H1.HeaderClassName
{
color: #31A19D;
}
.AnyTagClassName
{
color: #31A19D;
}
</style>
background-color css
<style>
a { background-color: #31A19D; }
a { background-color: rgb(49,161,157); }
div.DivClassName
{
background-color: #31A19D;
}
.BgClassName
{
background-color: #31A19D;
}
</style>
border-color css
<style>
span { border-color: #31A19D; }
span { border-color: rgb(49,161,157); }
td.TdClassName
{
border-color: #31A19D;
}
.TagClassName
{
border-color: #31A19D;
}
</style>