Shades of Java #39A6A2
Tints of Java #39A6A2
RGB
CMYK
RGB Variations
Color information
#39A6A2 (or 0x39A6A2) is known color: Java. HEX triplet: 39, A6 and A2. RGB value is (57,166,162). Sum of RGB (Red+Green+Blue) = 57+166+162=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #39A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A6A2 is #C6595D. Grayscale: #848484. Windows color (decimal): -12999006 or 10659385. OLE color: 10659385.
HSL color Cylindrical-coordinate representation of color #39A6A2: hue angle of 177.8º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A6A2 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 166 | 162 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.35 |
| HSL | 177.8º | 0.49% | 0.44% | - |
| HSV(B) | 177.8º | 0.66% | 0.65% | - |
| XYZ | 21.85 | 30.75 | 38.97 | - |
| YUV | 132.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 166 | 162 | 0.66 | 0 | 0.02 | 0.35 | 177.8 | 0.49 | 0.44 |
| Hex | 39 | A6 | A2 | 42 | 0 | 2 | 23 | B2 | 31 | 2C |
| Octal | 71 | 246 | 242 | 102 | 0 | 2 | 43 | 262 | 61 | 54 |
| Binary | 111001 | 10100110 | 10100010 | 1000010 | 0 | 10 | 100011 | 10110010 | 110001 | 101100 |
Color Harmonies of #39A6A2
Complementary color
Monochromatic Colors of #39A6A2
Black with #39A6A2
Text Example
Text Example
White with #39A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A6A2; }
p { color: rgb(57,166,162); }
H1.HeaderClassName
{
color: #39A6A2;
}
.AnyTagClassName
{
color: #39A6A2;
}
</style>
background-color css
<style>
a { background-color: #39A6A2; }
a { background-color: rgb(57,166,162); }
div.DivClassName
{
background-color: #39A6A2;
}
.BgClassName
{
background-color: #39A6A2;
}
</style>
border-color css
<style>
span { border-color: #39A6A2; }
span { border-color: rgb(57,166,162); }
td.TdClassName
{
border-color: #39A6A2;
}
.TagClassName
{
border-color: #39A6A2;
}
</style>