Shades of Java #39A7A2
Tints of Java #39A7A2
RGB
CMYK
RGB Variations
Color information
#39A7A2 (or 0x39A7A2) is known color: Java. HEX triplet: 39, A7 and A2. RGB value is (57,167,162). Sum of RGB (Red+Green+Blue) = 57+167+162=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #39A7A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A7A2 is #C6585D. Grayscale: #858585. Windows color (decimal): -12998750 or 10659641. OLE color: 10659641.
HSL color Cylindrical-coordinate representation of color #39A7A2: hue angle of 177.27º 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 #39A7A2 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 167 | 162 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.35 |
| HSL | 177.27º | 0.49% | 0.44% | - |
| HSV(B) | 177.27º | 0.66% | 0.65% | - |
| XYZ | 22.03 | 31.12 | 39.03 | - |
| YUV | 133.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 167 | 162 | 0.66 | 0 | 0.03 | 0.35 | 177.27 | 0.49 | 0.44 |
| Hex | 39 | A7 | A2 | 42 | 0 | 3 | 23 | B1 | 31 | 2C |
| Octal | 71 | 247 | 242 | 102 | 0 | 3 | 43 | 261 | 61 | 54 |
| Binary | 111001 | 10100111 | 10100010 | 1000010 | 0 | 11 | 100011 | 10110001 | 110001 | 101100 |
Color Harmonies of #39A7A2
Complementary color
Monochromatic Colors of #39A7A2
Black with #39A7A2
Text Example
Text Example
White with #39A7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A7A2; }
p { color: rgb(57,167,162); }
H1.HeaderClassName
{
color: #39A7A2;
}
.AnyTagClassName
{
color: #39A7A2;
}
</style>
background-color css
<style>
a { background-color: #39A7A2; }
a { background-color: rgb(57,167,162); }
div.DivClassName
{
background-color: #39A7A2;
}
.BgClassName
{
background-color: #39A7A2;
}
</style>
border-color css
<style>
span { border-color: #39A7A2; }
span { border-color: rgb(57,167,162); }
td.TdClassName
{
border-color: #39A7A2;
}
.TagClassName
{
border-color: #39A7A2;
}
</style>