Shades of Java #3AA89F
Tints of Java #3AA89F
RGB
CMYK
RGB Variations
Color information
#3AA89F (or 0x3AA89F) is known color: Java. HEX triplet: 3A, A8 and 9F. RGB value is (58,168,159). Sum of RGB (Red+Green+Blue) = 58+168+159=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA89F is #C55760. Grayscale: #868686. Windows color (decimal): -12932961 or 10463290. OLE color: 10463290.
HSL color Cylindrical-coordinate representation of color #3AA89F: hue angle of 175.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA89F is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 168 | 159 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.34 |
| HSL | 175.09º | 0.49% | 0.44% | - |
| HSV(B) | 175.09º | 0.65% | 0.66% | - |
| XYZ | 22.01 | 31.41 | 37.7 | - |
| YUV | 134.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 168 | 159 | 0.65 | 0 | 0.05 | 0.34 | 175.09 | 0.49 | 0.44 |
| Hex | 3A | A8 | 9F | 41 | 0 | 5 | 22 | AF | 31 | 2C |
| Octal | 72 | 250 | 237 | 101 | 0 | 5 | 42 | 257 | 61 | 54 |
| Binary | 111010 | 10101000 | 10011111 | 1000001 | 0 | 101 | 100010 | 10101111 | 110001 | 101100 |
Color Harmonies of #3AA89F
Complementary color
Monochromatic Colors of #3AA89F
Black with #3AA89F
Text Example
Text Example
White with #3AA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA89F; }
p { color: rgb(58,168,159); }
H1.HeaderClassName
{
color: #3AA89F;
}
.AnyTagClassName
{
color: #3AA89F;
}
</style>
background-color css
<style>
a { background-color: #3AA89F; }
a { background-color: rgb(58,168,159); }
div.DivClassName
{
background-color: #3AA89F;
}
.BgClassName
{
background-color: #3AA89F;
}
</style>
border-color css
<style>
span { border-color: #3AA89F; }
span { border-color: rgb(58,168,159); }
td.TdClassName
{
border-color: #3AA89F;
}
.TagClassName
{
border-color: #3AA89F;
}
</style>