Shades of Java #39A6A1
Tints of Java #39A6A1
RGB
CMYK
RGB Variations
Color information
#39A6A1 (or 0x39A6A1) is known color: Java. HEX triplet: 39, A6 and A1. RGB value is (57,166,161). Sum of RGB (Red+Green+Blue) = 57+166+161=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #39A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A6A1 is #C6595E. Grayscale: #848484. Windows color (decimal): -12999007 or 10593849. OLE color: 10593849.
HSL color Cylindrical-coordinate representation of color #39A6A1: hue angle of 177.25º 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 #39A6A1 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 166 | 161 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.35 |
| HSL | 177.25º | 0.49% | 0.44% | - |
| HSV(B) | 177.25º | 0.66% | 0.65% | - |
| XYZ | 21.76 | 30.72 | 38.5 | - |
| YUV | 132.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 166 | 161 | 0.66 | 0 | 0.03 | 0.35 | 177.25 | 0.49 | 0.44 |
| Hex | 39 | A6 | A1 | 42 | 0 | 3 | 23 | B1 | 31 | 2C |
| Octal | 71 | 246 | 241 | 102 | 0 | 3 | 43 | 261 | 61 | 54 |
| Binary | 111001 | 10100110 | 10100001 | 1000010 | 0 | 11 | 100011 | 10110001 | 110001 | 101100 |
Color Harmonies of #39A6A1
Complementary color
Monochromatic Colors of #39A6A1
Black with #39A6A1
Text Example
Text Example
White with #39A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A6A1; }
p { color: rgb(57,166,161); }
H1.HeaderClassName
{
color: #39A6A1;
}
.AnyTagClassName
{
color: #39A6A1;
}
</style>
background-color css
<style>
a { background-color: #39A6A1; }
a { background-color: rgb(57,166,161); }
div.DivClassName
{
background-color: #39A6A1;
}
.BgClassName
{
background-color: #39A6A1;
}
</style>
border-color css
<style>
span { border-color: #39A6A1; }
span { border-color: rgb(57,166,161); }
td.TdClassName
{
border-color: #39A6A1;
}
.TagClassName
{
border-color: #39A6A1;
}
</style>