Shades of Java #39A39B
Tints of Java #39A39B
RGB
CMYK
RGB Variations
Color information
#39A39B (or 0x39A39B) is known color: Java. HEX triplet: 39, A3 and 9B. RGB value is (57,163,155). Sum of RGB (Red+Green+Blue) = 57+163+155=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #39A39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A39B is #C65C64. Grayscale: #828282. Windows color (decimal): -12999781 or 10199865. OLE color: 10199865.
HSL color Cylindrical-coordinate representation of color #39A39B: hue angle of 175.47º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A39B is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 163 | 155 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.36 |
| HSL | 175.47º | 0.48% | 0.43% | - |
| HSV(B) | 175.47º | 0.65% | 0.64% | - |
| XYZ | 20.7 | 29.43 | 35.6 | - |
| YUV | 130.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 163 | 155 | 0.65 | 0 | 0.05 | 0.36 | 175.47 | 0.48 | 0.43 |
| Hex | 39 | A3 | 9B | 41 | 0 | 5 | 24 | AF | 30 | 2B |
| Octal | 71 | 243 | 233 | 101 | 0 | 5 | 44 | 257 | 60 | 53 |
| Binary | 111001 | 10100011 | 10011011 | 1000001 | 0 | 101 | 100100 | 10101111 | 110000 | 101011 |
Color Harmonies of #39A39B
Complementary color
Monochromatic Colors of #39A39B
Black with #39A39B
Text Example
Text Example
White with #39A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A39B; }
p { color: rgb(57,163,155); }
H1.HeaderClassName
{
color: #39A39B;
}
.AnyTagClassName
{
color: #39A39B;
}
</style>
background-color css
<style>
a { background-color: #39A39B; }
a { background-color: rgb(57,163,155); }
div.DivClassName
{
background-color: #39A39B;
}
.BgClassName
{
background-color: #39A39B;
}
</style>
border-color css
<style>
span { border-color: #39A39B; }
span { border-color: rgb(57,163,155); }
td.TdClassName
{
border-color: #39A39B;
}
.TagClassName
{
border-color: #39A39B;
}
</style>