Shades of Java #1FA39A
Tints of Java #1FA39A
RGB
CMYK
RGB Variations
Color information
#1FA39A (or 0x1FA39A) is known color: Java. HEX triplet: 1F, A3 and 9A. RGB value is (31,163,154). Sum of RGB (Red+Green+Blue) = 31+163+154=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA39A is #E05C65. Grayscale: #7A7A7A. Windows color (decimal): -14703718 or 10134303. OLE color: 10134303.
HSL color Cylindrical-coordinate representation of color #1FA39A: hue angle of 175.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA39A is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 154 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.36 |
| HSL | 175.91º | 0.68% | 0.38% | - |
| HSV(B) | 175.91º | 0.81% | 0.64% | - |
| XYZ | 19.5 | 28.82 | 35.11 | - |
| YUV | 122.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 154 | 0.81 | 0 | 0.06 | 0.36 | 175.91 | 0.68 | 0.38 |
| Hex | 1F | A3 | 9A | 51 | 0 | 6 | 24 | B0 | 44 | 26 |
| Octal | 37 | 243 | 232 | 121 | 0 | 6 | 44 | 260 | 104 | 46 |
| Binary | 11111 | 10100011 | 10011010 | 1010001 | 0 | 110 | 100100 | 10110000 | 1000100 | 100110 |
Color Harmonies of #1FA39A
Complementary color
Monochromatic Colors of #1FA39A
Black with #1FA39A
Text Example
Text Example
White with #1FA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA39A; }
p { color: rgb(31,163,154); }
H1.HeaderClassName
{
color: #1FA39A;
}
.AnyTagClassName
{
color: #1FA39A;
}
</style>
background-color css
<style>
a { background-color: #1FA39A; }
a { background-color: rgb(31,163,154); }
div.DivClassName
{
background-color: #1FA39A;
}
.BgClassName
{
background-color: #1FA39A;
}
</style>
border-color css
<style>
span { border-color: #1FA39A; }
span { border-color: rgb(31,163,154); }
td.TdClassName
{
border-color: #1FA39A;
}
.TagClassName
{
border-color: #1FA39A;
}
</style>