Shades of Java #31A6A1
Tints of Java #31A6A1
RGB
CMYK
RGB Variations
Color information
#31A6A1 (or 0x31A6A1) is known color: Java. HEX triplet: 31, A6 and A1. RGB value is (49,166,161). Sum of RGB (Red+Green+Blue) = 49+166+161=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #31A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A6A1 is #CE595E. Grayscale: #828282. Windows color (decimal): -13523295 or 10593841. OLE color: 10593841.
HSL color Cylindrical-coordinate representation of color #31A6A1: hue angle of 177.44º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A6A1 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 166 | 161 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.35 |
| HSL | 177.44º | 0.54% | 0.42% | - |
| HSV(B) | 177.44º | 0.7% | 0.65% | - |
| XYZ | 21.34 | 30.5 | 38.48 | - |
| YUV | 130.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 161 | 0.70 | 0 | 0.03 | 0.35 | 177.44 | 0.54 | 0.42 |
| Hex | 31 | A6 | A1 | 46 | 0 | 3 | 23 | B1 | 36 | 2A |
| Octal | 61 | 246 | 241 | 106 | 0 | 3 | 43 | 261 | 66 | 52 |
| Binary | 110001 | 10100110 | 10100001 | 1000110 | 0 | 11 | 100011 | 10110001 | 110110 | 101010 |
Color Harmonies of #31A6A1
Complementary color
Monochromatic Colors of #31A6A1
Black with #31A6A1
Text Example
Text Example
White with #31A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A6A1; }
p { color: rgb(49,166,161); }
H1.HeaderClassName
{
color: #31A6A1;
}
.AnyTagClassName
{
color: #31A6A1;
}
</style>
background-color css
<style>
a { background-color: #31A6A1; }
a { background-color: rgb(49,166,161); }
div.DivClassName
{
background-color: #31A6A1;
}
.BgClassName
{
background-color: #31A6A1;
}
</style>
border-color css
<style>
span { border-color: #31A6A1; }
span { border-color: rgb(49,166,161); }
td.TdClassName
{
border-color: #31A6A1;
}
.TagClassName
{
border-color: #31A6A1;
}
</style>