Shades of Java #39A19F
Tints of Java #39A19F
RGB
CMYK
RGB Variations
Color information
#39A19F (or 0x39A19F) is known color: Java. HEX triplet: 39, A1 and 9F. RGB value is (57,161,159). Sum of RGB (Red+Green+Blue) = 57+161+159=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #39A19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A19F is #C65E60. Grayscale: #818181. Windows color (decimal): -13000289 or 10461497. OLE color: 10461497.
HSL color Cylindrical-coordinate representation of color #39A19F: hue angle of 178.85º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A19F is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 161 | 159 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.37 |
| HSL | 178.85º | 0.48% | 0.43% | - |
| HSV(B) | 178.85º | 0.65% | 0.63% | - |
| XYZ | 20.69 | 28.86 | 37.28 | - |
| YUV | 129.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 161 | 159 | 0.65 | 0 | 0.01 | 0.37 | 178.85 | 0.48 | 0.43 |
| Hex | 39 | A1 | 9F | 41 | 0 | 1 | 25 | B3 | 30 | 2B |
| Octal | 71 | 241 | 237 | 101 | 0 | 1 | 45 | 263 | 60 | 53 |
| Binary | 111001 | 10100001 | 10011111 | 1000001 | 0 | 1 | 100101 | 10110011 | 110000 | 101011 |
Color Harmonies of #39A19F
Complementary color
Monochromatic Colors of #39A19F
Black with #39A19F
Text Example
Text Example
White with #39A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A19F; }
p { color: rgb(57,161,159); }
H1.HeaderClassName
{
color: #39A19F;
}
.AnyTagClassName
{
color: #39A19F;
}
</style>
background-color css
<style>
a { background-color: #39A19F; }
a { background-color: rgb(57,161,159); }
div.DivClassName
{
background-color: #39A19F;
}
.BgClassName
{
background-color: #39A19F;
}
</style>
border-color css
<style>
span { border-color: #39A19F; }
span { border-color: rgb(57,161,159); }
td.TdClassName
{
border-color: #39A19F;
}
.TagClassName
{
border-color: #39A19F;
}
</style>